summaryrefslogtreecommitdiffstats
path: root/base/deploy/etc
Commit message (Collapse)AuthorAgeFilesLines
* Renamed base/deploy to base/server.Endi Sukma Dewata2013-04-092-535/+0
| | | | | | | The base/deploy folder has been renamed to base/server to match the package name. The pki.conf has been moved into pki-base package. Ticket #553, #564
* Refactor installation code to remove dependency on jythonAde Lee2013-03-211-1/+1
| | | | | | | | | | | | | Connection is now made to the installation servlet through a python client using JSON. The code to construct the ConfgurationRequest and parse the results has been moved to pkihelper.py, and configuration.py no longer calls a separate jython process to create the Configuration object and parse the results. The jython code has therefore been removed. Also added status servlet to other java subsystems, to be tested prior to starting configuration. Trac Ticket 532
* Bugzilla Bug #919476 - pkispawn crashes due to dangling symlink to jss4.jarMatthew Harmsen2013-03-082-2/+4
|
* PKI theme changesMatthew Harmsen2013-03-051-0/+2
| | | | | | | | * Correct PKI Theme for RA and TPS: ** TRAC Ticket #517 - Clean up theme dependencies * Make PKI Theme optional for CA, KRA, OCSP, TKS: ** Bugzilla Bug #916134 - unresolved dependency in pki-server: pki-server-theme ** TRAC Ticket #518 - Remove UI dependencies from pkispawn . . .
* Added interactive subsystem installation.Endi Sukma Dewata2013-02-041-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
* 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