summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/system/ConfigurationRequest.java
Commit message (Collapse)AuthorAgeFilesLines
* Common admin user: config servlet changesAde Lee2012-12-031-0/+28
| | | | As oer review, changed useCommonAdmin to importAdminCert
* Set paths for default instanceAde Lee2012-11-041-1/+14
| | | | | | | | | | | | | | With this patch, it will be possible to install a default instance simply by adding the passwords in the pkideployment.cfg. This file can then be used without additional alteration to add subsystems to the same instance, by re-running pkispawn against the config file. The patch makes sure that cert nicknames, database and baseDN , admin users and client db are unique per subsystem. An option is added to reuse the existing server cert generated by the first subsystem and copy the required data to all subsystems. Ticket 379, 385
* Provide option to install, rather than replicate schema in a cloneAde Lee2012-10-221-0/+14
|
* Various fixes to installation servlet and pki-deployAde Lee2012-09-121-0/+42
| | | | | | | Added logging so that we can see what is passed in to server from pkispawn. Fixed incorrect dbuser specification. Added required replication config items to pkispawn. Initial refactoring of construct_pki_configuration_data in pkijython.py
* Reorganized REST common classes.Endi Sukma Dewata2012-08-151-0/+724
The common classes used by REST client and services have been moved into the com.netscape.certsrv.<component> packages. Ticket #215