summaryrefslogtreecommitdiffstats
path: root/specs/pki-ra.spec
Commit message (Collapse)AuthorAgeFilesLines
* Added pki-base and pki-server RPM packages.Endi Sukma Dewata2012-08-291-3/+5
| | | | | | | | | The pki-common package has been split such that the common and client binaries are packaged in pki-base and server binaries are packaged in pki-server. The pki-util has been merged into pki-base and the pki-deploy package has been merged into pki-server. Ticket #295
* PKI Deployment ScriptletsMatthew Harmsen2012-08-171-4/+8
| | | | | | | | | | | * TRAC Ticket #266 - for non-master CA subsystems, pkidestroy needs to contact the security domain to update the domain * Made Fedora 17 rely upon tomcatjss 7.0.0 or later * Changed Dogtag 10 build-time and runtime requirements for 'pki-deploy' * Altered PKI Package Dependency Chain (top-to-bottom): pki-ca, pki-kra, pki-ocsp, pki-tks --> pki-deploy --> pki-common * Changed TPS to require a build-time dependency of 'httpd-devel >= 2.4.2' * Clarified RPM build script's usage message
* Changes to get TPS and RA running on dogtag 10Ade Lee2012-08-151-8/+68
| | | | | | Added systemd scripts for RA and TPS. Modified init scripts and configuration files to use correct directives for httpd 2.4. TPS and RA subsystems are now installable using pkicreate
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-261-0/+271
Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131