<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/deploy/src/scriptlets, branch ticket-407</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>Reorganized CA, KRA, OCSP, TKS templates.</title>
<updated>2012-11-09T17:19:00+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-11-09T08:36:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=28c4ad4f7c1187bd01f485ab952e599964e4bff4'/>
<id>28c4ad4f7c1187bd01f485ab952e599964e4bff4</id>
<content type='text'>
All remaining theme files for Tomcat subsystems which include
the templates and JS files have been moved from the theme folder
at &lt;subsystem&gt;-ui/shared/webapps/&lt;subsystem&gt; into the subsystem
webapp folder at base/&lt;subsystem&gt;/shared/webapps/&lt;subsystem&gt;.

The deployment tools have been updated to use the new location.

Ticket #407
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All remaining theme files for Tomcat subsystems which include
the templates and JS files have been moved from the theme folder
at &lt;subsystem&gt;-ui/shared/webapps/&lt;subsystem&gt; into the subsystem
webapp folder at base/&lt;subsystem&gt;/shared/webapps/&lt;subsystem&gt;.

The deployment tools have been updated to use the new location.

Ticket #407
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganized common templates.</title>
<updated>2012-11-09T17:18:51+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-11-09T06:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=351f69f3fb91016a8600239b4e25937295e4e488'/>
<id>351f69f3fb91016a8600239b4e25937295e4e488</id>
<content type='text'>
The common templates have moved from common-ui into base/common.
The deployment tools have been updated to use the new location.

Ticket #407
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The common templates have moved from common-ui into base/common.
The deployment tools have been updated to use the new location.

Ticket #407
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated tools to deploy combined images and CSS files.</title>
<updated>2012-11-09T15:58:35+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-11-05T20:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=d58395ba5799d5578bb2164222199898c942767f'/>
<id>d58395ba5799d5578bb2164222199898c942767f</id>
<content type='text'>
The pkispawn and pkicreate have been updated to deploy the
combined images and CSS files from the common-ui into /pki/images
and /pki/css.

The common Velocity templates and JavaScript files still need to
be deployed from the &lt;subsystem&gt;-ui packages into each subsystem.

Ticket #328
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pkispawn and pkicreate have been updated to deploy the
combined images and CSS files from the common-ui into /pki/images
and /pki/css.

The common Velocity templates and JavaScript files still need to
be deployed from the &lt;subsystem&gt;-ui packages into each subsystem.

Ticket #328
</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>
</feed>
