<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/server/sbin, branch master</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>Added banner validation during server startup.</title>
<updated>2017-06-16T20:49:28+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-06-14T21:08:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=d2e247798a36225880ef6050716cc7576fe2ad7f'/>
<id>d2e247798a36225880ef6050716cc7576fe2ad7f</id>
<content type='text'>
Some pki-server CLIs have been added to inspect and validate the
content of the banner file.

The PKI server startup script has been modified to validate the
content of the banner file using the new CLI.

https://pagure.io/dogtagpki/issue/2671

Change-Id: Ibc51afee184d0a720cc0d2961af08ef75d2b54c4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some pki-server CLIs have been added to inspect and validate the
content of the banner file.

The PKI server startup script has been modified to validate the
content of the banner file using the new CLI.

https://pagure.io/dogtagpki/issue/2671

Change-Id: Ibc51afee184d0a720cc0d2961af08ef75d2b54c4
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed superfluous deployment configuration backup.</title>
<updated>2017-06-01T22:19:53+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-06-01T21:38:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=772e05e746570c13afeb60516c07a3fb95ca3e78'/>
<id>772e05e746570c13afeb60516c07a3fb95ca3e78</id>
<content type='text'>
The pkispawn has been modified to generate a temporary backup
file (instead of permanent and timestamped backup files) of the
deployment configuration file before normalizing its content.
The temporary backup will be removed automatically when the
normalization is complete.

https://pagure.io/dogtagpki/issue/2674

Change-Id: Ia541e23314acc120954fa574d1f6f885961c8047
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pkispawn has been modified to generate a temporary backup
file (instead of permanent and timestamped backup files) of the
deployment configuration file before normalizing its content.
The temporary backup will be removed automatically when the
normalization is complete.

https://pagure.io/dogtagpki/issue/2674

Change-Id: Ia541e23314acc120954fa574d1f6f885961c8047
</pre>
</div>
</content>
</entry>
<entry>
<title>Added pkispawn options for two-step installation.</title>
<updated>2017-05-31T00:34:31+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-05-30T19:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=14e44691ef0b61220d390afb745496b7d62945ee'/>
<id>14e44691ef0b61220d390afb745496b7d62945ee</id>
<content type='text'>
New --skip-configuration and --skip-installation options have
been added to pkispawn to provide a mechanism to set the
pki_skip_configuration and pki_skip_installation parameters
without changing the deployment configuration file.

https://pagure.io/dogtagpki/issue/2707

Change-Id: I069b51b5be65dee2fe0f4ca75e3693bcd21007de
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New --skip-configuration and --skip-installation options have
been added to pkispawn to provide a mechanism to set the
pki_skip_configuration and pki_skip_installation parameters
without changing the deployment configuration file.

https://pagure.io/dogtagpki/issue/2707

Change-Id: I069b51b5be65dee2fe0f4ca75e3693bcd21007de
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct section headings in user deployment configuration file</title>
<updated>2017-05-17T23:17:42+00:00</updated>
<author>
<name>Matthew Harmsen</name>
<email>mharmsen@redhat.com</email>
</author>
<published>2017-05-17T23:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=ea036b22d7d15cefb8f7a56e9c9781b545dec8ee'/>
<id>ea036b22d7d15cefb8f7a56e9c9781b545dec8ee</id>
<content type='text'>
Bugzilla Bug #1447144 - CA brought down during separate KRA instance creation
dogtagpki Pagure Issue #2674 - CA brought down during separate KRA instance
                               creation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bugzilla Bug #1447144 - CA brought down during separate KRA instance creation
dogtagpki Pagure Issue #2674 - CA brought down during separate KRA instance
                               creation
</pre>
</div>
</content>
</entry>
<entry>
<title>Added FIPS class to pkispawn</title>
<updated>2017-05-16T18:58:17+00:00</updated>
<author>
<name>Matthew Harmsen</name>
<email>mharmsen@redhat.com</email>
</author>
<published>2017-05-16T18:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=641180a465d7fdf12a978c9c458e39bf6829cac2'/>
<id>641180a465d7fdf12a978c9c458e39bf6829cac2</id>
<content type='text'>
Bugzilla Bug #1450143 - CA installation with HSM in FIPS mode fails
dogtagpki Pagure Issue #2684 - CA installation with HSM in FIPS mode fails
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bugzilla Bug #1450143 - CA installation with HSM in FIPS mode fails
dogtagpki Pagure Issue #2684 - CA installation with HSM in FIPS mode fails
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored deployment system variables.</title>
<updated>2016-12-22T04:59:57+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2016-12-22T04:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=93d3b5f399078eeafafc47e27f02a8cd643dbba6'/>
<id>93d3b5f399078eeafafc47e27f02a8cd643dbba6</id>
<content type='text'>
To improve reusability the deployment system variables have been
converted from global variables in pkiconfig.py into attributes in
PKIDeployer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To improve reusability the deployment system variables have been
converted from global variables in pkiconfig.py into attributes in
PKIDeployer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored deployment timestamp variables.</title>
<updated>2016-12-22T04:37:57+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2016-12-22T03:25:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=d77d308f2284ea057c5235d4e828ff4cd0029d57'/>
<id>d77d308f2284ea057c5235d4e828ff4cd0029d57</id>
<content type='text'>
To improve reusability the deployment timestamp variables have been
converted from global variables in pkiconfig.py into attributes in
PKIDeployer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To improve reusability the deployment timestamp variables have been
converted from global variables in pkiconfig.py into attributes in
PKIDeployer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored PKIDeployer.</title>
<updated>2016-12-22T04:06:07+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2016-12-21T15:12:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=202365ea7ff3cd85e16243b751f9f56bb8018ed6'/>
<id>202365ea7ff3cd85e16243b751f9f56bb8018ed6</id>
<content type='text'>
To improve reusability the PKIDeployer class has been moved from
the pkihelper.py into the top level pki.server.deployment module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To improve reusability the PKIDeployer class has been moved from
the pkihelper.py into the top level pki.server.deployment module.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored pki_subsystem object in pkiconfig.py.</title>
<updated>2016-12-21T13:38:08+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2016-12-21T08:15:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=87f70afb852099739d7fd52c9d90a862446c0e23'/>
<id>87f70afb852099739d7fd52c9d90a862446c0e23</id>
<content type='text'>
To improve reusability the pki_subsystem object has been converted
from a global variable in pkiconfig.py into an attribute in
PKIDeployer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To improve reusability the pki_subsystem object has been converted
from a global variable in pkiconfig.py into an attribute in
PKIDeployer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored master &amp; slots dictionaries creation.</title>
<updated>2016-12-21T06:56:11+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2016-12-21T03:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=52cf2bb8c4cc2d60bef779e9874c696296afa30a'/>
<id>52cf2bb8c4cc2d60bef779e9874c696296afa30a</id>
<content type='text'>
To improve reusability the deployment tools have been modified
such that the master and slots dictionary objects are created in
PKIDeployer at the beginning of the program. The PKIConfigParser
has been modified to use the same dictionary objects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To improve reusability the deployment tools have been modified
such that the master and slots dictionary objects are created in
PKIDeployer at the beginning of the program. The PKIConfigParser
has been modified to use the same dictionary objects.
</pre>
</div>
</content>
</entry>
</feed>
