summaryrefslogtreecommitdiffstats
path: root/base/setup/pkicommon.pm
Commit message (Collapse)AuthorAgeFilesLines
* Changes to start pki_ra and pki_tps in correct contextAde Lee2012-10-051-0/+2
| | | | | Added required selinux versions to spec file. Also added additional rule needed for F17
* PKI Deployment ScriptletsMatthew Harmsen2012-05-251-5/+3
| | | | | | | * Integration of Tomcat 7 * Addition of centralized 'pki-tomcatd' systemd functionality to the PKI Deployment strategy * Removal of 'pki_flavor' attribute
* RESTful servlet to configure system in a single servlet.Ade Lee2012-05-011-2/+3
| | | | | | | | | | | | | Installation code common to the panels and the installation servlet are extracted to a ConfigurationUtils file. The panel code will be cleaned up to use the code in this class in a later commit. Contains restful client and test driver code. The test driver code should be modified and placed in a junit/system test framework. Installation has been tested to work with the following installations: master CA, clone CA, KRA, OCSP, TKS, subordinate CA, CA signed by external CA (parts 1 and 2). Ticket #155
* Replaced Candlepin with RESTEasy.Endi Sukma Dewata2012-03-291-3/+3
| | | | | | | | | Previously the code depends on the old RESTEasy libraries provided by Candlepin package. Now the Eclipse classpath, build/setup scripts, and the spec file have been updated to use the libraries provided by the new RESTEasy package. Ticket #29
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-261-0/+3580
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