From d53360db7efd656be6a7a47387c308a0d1465407 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/man8/pkispawn.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/deploy/man/man8') diff --git a/base/deploy/man/man8/pkispawn.8 b/base/deploy/man/man8/pkispawn.8 index 312f433b8..c5361c3b0 100644 --- a/base/deploy/man/man8/pkispawn.8 +++ b/base/deploy/man/man8/pkispawn.8 @@ -131,7 +131,7 @@ pki_security_domain_password=\fIpassword123\fP pki_security_domain_hostname= pki_security_domain_https_port= pki_security_domain_user=caadmin -pki_issuing_ca=https://: +pki_issuing_ca_uri=https://: [KRA] pki_import_admin_cert=False -- cgit