<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/server/man, 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>pki_default.cfg.5: fix ca_signing tag name</title>
<updated>2017-03-14T01:25:19+00:00</updated>
<author>
<name>Fraser Tweedale</name>
<email>ftweedal@redhat.com</email>
</author>
<published>2017-03-09T05:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=e1789708a9a6f66c3e3f1478e7bbc03da5b3b0df'/>
<id>e1789708a9a6f66c3e3f1478e7bbc03da5b3b0df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pkispawn.8: fix setup-ds.pl command name</title>
<updated>2017-03-14T01:25:19+00:00</updated>
<author>
<name>Fraser Tweedale</name>
<email>ftweedal@redhat.com</email>
</author>
<published>2017-03-09T04:30:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=1b23eee5387c272257e678726cdb807ca54b7165'/>
<id>1b23eee5387c272257e678726cdb807ca54b7165</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced default AJP hostname with generic loopback address.</title>
<updated>2017-01-05T06:52:13+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2017-01-05T06:28:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=5ec9701229b4945cadcf60d84863521ad8485ca5'/>
<id>5ec9701229b4945cadcf60d84863521ad8485ca5</id>
<content type='text'>
Previously the default AJP hostname was an IPv4 loopback address.
To avoid problems in IPv6 environments the default has been
changed to a generic "localhost" address. The man page has been
updated accordingly.

https://fedorahosted.org/pki/ticket/2570
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously the default AJP hostname was an IPv4 loopback address.
To avoid problems in IPv6 environments the default has been
changed to a generic "localhost" address. The man page has been
updated accordingly.

https://fedorahosted.org/pki/ticket/2570
</pre>
</div>
</content>
</entry>
<entry>
<title>Added man pages for logging configuration.</title>
<updated>2016-11-18T05:53:37+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2016-11-08T15:42:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=dbff34d56615e888823c89a4a4f6d476bb1ccf17'/>
<id>dbff34d56615e888823c89a4a4f6d476bb1ccf17</id>
<content type='text'>
New man pages have been added for the common and server logging
configurations.

https://fedorahosted.org/pki/ticket/1897
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New man pages have been added for the common and server logging
configurations.

https://fedorahosted.org/pki/ticket/1897
</pre>
</div>
</content>
</entry>
<entry>
<title>Separated TPS does not automatically receive shared secret from remote TKS.</title>
<updated>2016-07-02T00:09:34+00:00</updated>
<author>
<name>Jack Magne</name>
<email>jmagne@dhcp-16-206.sjc.redhat.com</email>
</author>
<published>2016-06-13T18:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=0f056221d096a30307834265ecd1c527087bb0f7'/>
<id>0f056221d096a30307834265ecd1c527087bb0f7</id>
<content type='text'>
Support to allow the TPS to do the following:

1. Request that the TKS creates a shared secret with the proper ID, pointing to the TPS.
2. Have the TKS securely return the shared secret back to the TPS during the end of configuration.
3. The TPS then imports the wrapped shared secret into it's own internal NSS db permanenty and.
4. Given a name that is mapped to the TPS's id string.

Additional fixes:

1. The TKS was modified to actually be able to use multiple shared secrets registered by
multiple TPS instances.

Caveat:

At this point if the same remote TPS instance is created over and over again, the TPS's user
in the TKS will accumulate "userCert" attributes, making the exportation of teh shared secret
not functional. At this point we need to assume that the TPS user has ONE "userCert" registered
at this time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support to allow the TPS to do the following:

1. Request that the TKS creates a shared secret with the proper ID, pointing to the TPS.
2. Have the TKS securely return the shared secret back to the TPS during the end of configuration.
3. The TPS then imports the wrapped shared secret into it's own internal NSS db permanenty and.
4. Given a name that is mapped to the TPS's id string.

Additional fixes:

1. The TKS was modified to actually be able to use multiple shared secrets registered by
multiple TPS instances.

Caveat:

At this point if the same remote TPS instance is created over and over again, the TPS's user
in the TKS will accumulate "userCert" attributes, making the exportation of teh shared secret
not functional. At this point we need to assume that the TPS user has ONE "userCert" registered
at this time.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add HSM information</title>
<updated>2016-07-01T21:53:20+00:00</updated>
<author>
<name>Matthew Harmsen</name>
<email>mharmsen@redhat.com</email>
</author>
<published>2016-07-01T20:45:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=17e86cc2c5dde2f45f4ceef5bedb6e05062866e1'/>
<id>17e86cc2c5dde2f45f4ceef5bedb6e05062866e1</id>
<content type='text'>
- PKI TRAC Ticket #1405 - Add additional HSM details to 'pki_default.cfg' &amp;
  'pkispawn' man pages
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- PKI TRAC Ticket #1405 - Add additional HSM details to 'pki_default.cfg' &amp;
  'pkispawn' man pages
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate PKI Instances versus Shared PKI Instances</title>
<updated>2016-06-30T21:47:30+00:00</updated>
<author>
<name>Matthew Harmsen</name>
<email>mharmsen@redhat.com</email>
</author>
<published>2016-06-30T02:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=d86a514800483edf3310c4bde6c8b5bd56b074bc'/>
<id>d86a514800483edf3310c4bde6c8b5bd56b074bc</id>
<content type='text'>
- PKI TRAC Ticket #1607 - [MAN] man pkispawn has inadequate description for
  shared vs non shared tomcat instance installation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- PKI TRAC Ticket #1607 - [MAN] man pkispawn has inadequate description for
  shared vs non shared tomcat instance installation
</pre>
</div>
</content>
</entry>
<entry>
<title>Added entry of pki-server instance-cert command in man page.</title>
<updated>2016-06-14T22:44:35+00:00</updated>
<author>
<name>Amol Kahat</name>
<email>akahat@redhat.com</email>
</author>
<published>2016-06-14T07:12:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=4c6049e0df753e8bf9beca0a54a18481f7eee72f'/>
<id>4c6049e0df753e8bf9beca0a54a18481f7eee72f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add man page entry for pki-server instance-cert-export command</title>
<updated>2016-06-10T15:39:03+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2016-06-10T14:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=85ed705cddf1ddc62c5892ece96b26bf58270421'/>
<id>85ed705cddf1ddc62c5892ece96b26bf58270421</id>
<content type='text'>
Ticket 2339
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ticket 2339
</pre>
</div>
</content>
</entry>
<entry>
<title>Add man page info for number range parameters</title>
<updated>2016-06-10T15:38:58+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2016-06-10T09:42:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=6b53852bda459f89b9e6c70c5ac956757151a7be'/>
<id>6b53852bda459f89b9e6c70c5ac956757151a7be</id>
<content type='text'>
Ticket 2318
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ticket 2318
</pre>
</div>
</content>
</entry>
</feed>
