From b7b3bcfecc792ea689af2ecc554e12b42a58f1ce Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Tue, 18 Dec 2012 14:46:41 -0500 Subject: Added interactive subsystem installation. 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 --- base/deploy/man/man5/pki_default.cfg.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base/deploy/man/man5/pki_default.cfg.5') diff --git a/base/deploy/man/man5/pki_default.cfg.5 b/base/deploy/man/man5/pki_default.cfg.5 index e31002e1b..ec2379a9f 100644 --- a/base/deploy/man/man5/pki_default.cfg.5 +++ b/base/deploy/man/man5/pki_default.cfg.5 @@ -178,9 +178,9 @@ The base DN for the internal database. It is advised that the Certificate Serve .IP Name of the back-end database. It is advised that the Certificate Server have its own base DN for its internal database. If the back-end does not exist, it will be created during the running of \fBpkispawn\fP. .SS ISSUING CA PARAMETERS -\x'-1'\fBpki_issuing_ca\fR +\x'-1'\fBpki_issuing_ca_hostname, pki_issuing_ca_https_port, pki_issuing_ca_uri\fR .IP -Required for installations of subordinate CA and non-CA subsystems. This is the URI for the CA that will issue the relevant system certificates for the subsystem. In a default install, this defaults to the CA subsystem within the same instance. This has the format https:///. +Hostname and port, or URI of the issuing CA. Required for installations of subordinate CA and non-CA subsystems. This should point to the CA that will issue the relevant system certificates for the subsystem. In a default install, this defaults to the CA subsystem within the same instance. The URI has the format https://:. .SS MISCELLANEOUS PARAMETERS \x'-1'\fBpki_restart_configured_instance\fR -- cgit