<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/deploy/src/scriptlets, 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>Move default location for client certificate database</title>
<updated>2012-11-09T18:48:50+00:00</updated>
<author>
<name>Matthew Harmsen</name>
<email>mharmsen@redhat.com</email>
</author>
<published>2012-11-09T02:13:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=15c0c559b70e33694309fd2362605515aa33b0a3'/>
<id>15c0c559b70e33694309fd2362605515aa33b0a3</id>
<content type='text'>
* TRAC Ticket #395 - Dogtag 10: Add a Tomcat 7 runtime requirement to
  'pki-server'
* TRAC Ticket #398 - Move default location for client certificate database
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* TRAC Ticket #395 - Dogtag 10: Add a Tomcat 7 runtime requirement to
  'pki-server'
* TRAC Ticket #398 - Move default location for client certificate database
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable Subordinate CA</title>
<updated>2012-11-08T17:57:21+00:00</updated>
<author>
<name>Matthew Harmsen</name>
<email>mharmsen@redhat.com</email>
</author>
<published>2012-11-07T02:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=1e15712d2a6c45d2dd2ac64b3b76a757ca9de2e8'/>
<id>1e15712d2a6c45d2dd2ac64b3b76a757ca9de2e8</id>
<content type='text'>
* TRAC Ticket #185 - Dogtag 10: Update PKI Deployment to handle subordinate CA
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* TRAC Ticket #185 - Dogtag 10: Update PKI Deployment to handle subordinate CA
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged theme files.</title>
<updated>2012-11-06T20:43:41+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-11-02T01:06:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=70a0dd855426c4bab4a17cb5b2731f48f049c4be'/>
<id>70a0dd855426c4bab4a17cb5b2731f48f049c4be</id>
<content type='text'>
Currently the theme files are copied into each subsystem during
deployment creating duplicates. To reduce the problem the files
should be combined into a common folder /pki.

The process will be done over several patches. Initially this patch
will copy the images and CSS files into /pki/images and /pki/css.
Subsequent patches will update references to these files to the new
location. When it's done, the files no longer need to be copied
into each subsystem.

Ticket #328
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently the theme files are copied into each subsystem during
deployment creating duplicates. To reduce the problem the files
should be combined into a common folder /pki.

The process will be done over several patches. Initially this patch
will copy the images and CSS files into /pki/images and /pki/css.
Subsequent patches will update references to these files to the new
location. When it's done, the files no longer need to be copied
into each subsystem.

Ticket #328
</pre>
</div>
</content>
</entry>
<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>Allow a PKI instance to be installed/configured independently</title>
<updated>2012-10-30T14:56:06+00:00</updated>
<author>
<name>Matthew Harmsen</name>
<email>mharmsen@redhat.com</email>
</author>
<published>2012-10-30T05:08:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=a957a3d2960d6ae39a7785cccb0656d5ac230701'/>
<id>a957a3d2960d6ae39a7785cccb0656d5ac230701</id>
<content type='text'>
* TRAC Ticket #286 - Dogtag 10: Create parameter for optionally allowing
  a user to skip configuration . . .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* TRAC Ticket #286 - Dogtag 10: Create parameter for optionally allowing
  a user to skip configuration . . .
</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>Added pki_tomcat_cert_t type and interface to access it</title>
<updated>2012-10-10T04:34:12+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-10-10T04:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=c494bd03f8f4f82a4c06457dfc301a606b89e2dc'/>
<id>c494bd03f8f4f82a4c06457dfc301a606b89e2dc</id>
<content type='text'>
Added permissions to certmonger to access the certdb.  Also added
some missing selinux permissions for pki_tomcat_t
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added permissions to certmonger to access the certdb.  Also added
some missing selinux permissions for pki_tomcat_t
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed "shared" folder to "server".</title>
<updated>2012-10-08T03:53:23+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-10-04T00:09:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=79a3d828d4851afb66e3c18b812ae31171c39a6e'/>
<id>79a3d828d4851afb66e3c18b812ae31171c39a6e</id>
<content type='text'>
The "shared" folder in /usr/share/pki has been renamed
to "server" since it contains only server files.

Ticket #353
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "shared" folder in /usr/share/pki has been renamed
to "server" since it contains only server files.

Ticket #353
</pre>
</div>
</content>
</entry>
<entry>
<title>add selinux context for pkidaemon, remove unneeded pid and lock code</title>
<updated>2012-10-05T19:55:44+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-10-01T17:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=6e79c7cb922072614155c067e26fab446893bae7'/>
<id>6e79c7cb922072614155c067e26fab446893bae7</id>
<content type='text'>
remove runcon from operations, add rules for spawn/destroy,
add mgrepl changes to policy
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove runcon from operations, add rules for spawn/destroy,
add mgrepl changes to policy
</pre>
</div>
</content>
</entry>
</feed>
