<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/deploy/src/scriptlets/pkijython.py, branch ticket-398</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/'/>
<entry>
<title>Convert admin cert from ascii to binary before importing into certdb</title>
<updated>2012-11-05T03:13:21+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-11-02T20:44:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=a80e994148a81914858f82b14af5fad90e12533d'/>
<id>a80e994148a81914858f82b14af5fad90e12533d</id>
<content type='text'>
Sometimes importing the ascii admin cert into th client certdb fails.
The binary always appears to work though.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes importing the ascii admin cert into th client certdb fails.
The binary always appears to work though.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set paths for default instance</title>
<updated>2012-11-05T03:12:57+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-10-26T16:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=db9537d210a20b90115374e5b406db6c9658bc3a'/>
<id>db9537d210a20b90115374e5b406db6c9658bc3a</id>
<content type='text'>
With this patch, it will be possible to install a default instance
simply by adding the passwords in the pkideployment.cfg.  This file
can then be used without additional alteration to add subsystems to the
same instance, by re-running pkispawn against the config file.

The patch makes sure that cert nicknames, database and baseDN , admin users
and client db are unique per subsystem.  An option is added to reuse the
existing server cert generated by the first subsystem and copy the
required data to all subsystems.

Ticket 379, 385
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this patch, it will be possible to install a default instance
simply by adding the passwords in the pkideployment.cfg.  This file
can then be used without additional alteration to add subsystems to the
same instance, by re-running pkispawn against the config file.

The patch makes sure that cert nicknames, database and baseDN , admin users
and client db are unique per subsystem.  An option is added to reuse the
existing server cert generated by the first subsystem and copy the
required data to all subsystems.

Ticket 379, 385
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide option to install, rather than replicate schema in a clone</title>
<updated>2012-10-22T16:03:39+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-10-19T05:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=1c45197227a0d54b525d4b40f66aa96aeb4f2e6a'/>
<id>1c45197227a0d54b525d4b40f66aa96aeb4f2e6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Various fixes to installation servlet and pki-deploy</title>
<updated>2012-09-13T01:39:47+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-09-11T19:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=d7b67c5ba1cf193c50cd46ec4bdef79646bce1af'/>
<id>d7b67c5ba1cf193c50cd46ec4bdef79646bce1af</id>
<content type='text'>
Added logging so that we can see what is passed in to server from pkispawn.
Fixed incorrect dbuser specification.
Added required replication config items to pkispawn.
Initial refactoring of construct_pki_configuration_data in pkijython.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added logging so that we can see what is passed in to server from pkispawn.
Fixed incorrect dbuser specification.
Added required replication config items to pkispawn.
Initial refactoring of construct_pki_configuration_data in pkijython.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved REST CLI into pki-tools.</title>
<updated>2012-08-30T04:42:53+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-08-18T07:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=60835ed008586f85a22737d0161cb026f2dbffec'/>
<id>60835ed008586f85a22737d0161cb026f2dbffec</id>
<content type='text'>
The pki-client.jar has been split and merged into pki-certsrv.jar
and pki-tools.jar. The REST client classes are now packaged in
com.netscape.certsrv.&lt;component&gt; packages. The REST CLI classes
are now packaged in com.netscape.cmstools.&lt;component&gt; packages.
The "pki" script has been moved into pki-tools RPM package.

Ticket #215
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pki-client.jar has been split and merged into pki-certsrv.jar
and pki-tools.jar. The REST client classes are now packaged in
com.netscape.certsrv.&lt;component&gt; packages. The REST CLI classes
are now packaged in com.netscape.cmstools.&lt;component&gt; packages.
The "pki" script has been moved into pki-tools RPM package.

Ticket #215
</pre>
</div>
</content>
</entry>
<entry>
<title>Added pki-client.jar.</title>
<updated>2012-08-15T17:07:55+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-08-11T12:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=87b5eaa5b1409bc362867e3849fe16c8f205afa9'/>
<id>87b5eaa5b1409bc362867e3849fe16c8f205afa9</id>
<content type='text'>
A new pki-client.jar has been created to package the REST client
and CLI classes.

Ticket #215
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new pki-client.jar has been created to package the REST client
and CLI classes.

Ticket #215
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganized REST common classes.</title>
<updated>2012-08-15T17:07:43+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-08-11T14:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=1aa02e5207514d210e903d23e1d698b85fc29344'/>
<id>1aa02e5207514d210e903d23e1d698b85fc29344</id>
<content type='text'>
The common classes used by REST client and services have been moved
into the com.netscape.certsrv.&lt;component&gt; packages.

Ticket #215
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The common classes used by REST client and services have been moved
into the com.netscape.certsrv.&lt;component&gt; packages.

Ticket #215
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganized REST client classes.</title>
<updated>2012-08-15T17:07:34+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-08-11T10:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=108bd269ab0eb512c334939fabde68eeab5b0b67'/>
<id>108bd269ab0eb512c334939fabde68eeab5b0b67</id>
<content type='text'>
The REST client classes have been moved into the
com.netscape.cms.client.&lt;component&gt; packages.

Ticket #215
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The REST client classes have been moved into the
com.netscape.cms.client.&lt;component&gt; packages.

Ticket #215
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaned up REST common class names.</title>
<updated>2012-08-15T17:07:26+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-08-11T13:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=f554dc2aa0478aa23f7e986b6779091f7d520bf5'/>
<id>f554dc2aa0478aa23f7e986b6779091f7d520bf5</id>
<content type='text'>
The REST common classes have been renamed for better clarity
and consistency.

Ticket #259
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The REST common classes have been renamed for better clarity
and consistency.

Ticket #259
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaned up REST client class names.</title>
<updated>2012-08-15T17:07:04+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-08-11T09:53:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=56768d1bd274228a391ac8a4272ab9ccf5ac3e51'/>
<id>56768d1bd274228a391ac8a4272ab9ccf5ac3e51</id>
<content type='text'>
The REST client classes have been renamed for better clarity
and consistency.

Ticket #259
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The REST client classes have been renamed for better clarity
and consistency.

Ticket #259
</pre>
</div>
</content>
</entry>
</feed>
