summaryrefslogtreecommitdiffstats
path: root/base/deploy/etc/default.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Added interactive subsystem installation.ticket-380-9Endi Sukma Dewata2013-02-011-5/+8
| | | | | | | | | | The pkispawn has been modified such that the configuration file and subsystem type are optional. The pkidestroy has been modified such that the instance name and subsystem type are optional. If any of these options are not specified they will enter an interactive mode. Ticket #380
* 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
* 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