summaryrefslogtreecommitdiffstats
path: root/base/deploy/etc
Commit message (Collapse)AuthorAgeFilesLines
* Use tomcatjss 7.1.0 and fix weird errno=0 exceptionMatthew Harmsen2013-01-071-1/+1
| | | | | | * TRAC Ticket #469 - Dogtag 10: Fix tomcatjss issue in pki-core.spec and dogtag-pki.spec . . . * TRAC Ticket #468 - pkispawn throws exception
* fix typo in default.cfgAde Lee2012-12-191-1/+1
|
* Make admin cert p12 file location configurableAde Lee2012-12-191-2/+11
| | | | | Ticket 437. Also moved a bunch of client path parameters to default.cfg template file.
* interpolate more pathsAde Lee2012-12-181-7/+54
|
* interpolated jarsAde Lee2012-12-181-0/+86
|
* interpolation for paths part 1Ade Lee2012-12-181-2/+72
|
* Removed duplicate pki_instance_id parameter.Ade Lee2012-12-181-19/+18
| | | | Ticket 435
* Parameterizing RESTEasy paths.Endi Sukma Dewata2012-12-061-0/+2
| | | | | | | | | The paths to RESTEasy jar files have been modified such that it can be configured globally at build time using the spec file to support different distributions, and at deployment time using a system-wide configuration in /etc/pki/pki.conf. Ticket #422, #423.
* Archiving default deployment configuration.Endi Sukma Dewata2012-12-041-0/+315
The default deployment configuration has been renamed and moved to /etc/pki/default.cfg to make it more accessible to users. The pkispawn has been modified to archive the default deployment configuration along with the user-provided configuration in the registry. The pkidestroy will now use both archived configuration files to ensure proper removal of the subsystem. Ticket #399