From 87af59c01bf14c4c5f9765cce7b52d17f62583ae Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Tue, 18 Dec 2012 21:29:11 -0500 Subject: Man page addition for parameter pki_client_admin_cert_p12 --- base/deploy/man/man5/pki_default.cfg.5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/base/deploy/man/man5/pki_default.cfg.5 b/base/deploy/man/man5/pki_default.cfg.5 index a89f0895d..e31002e1b 100644 --- a/base/deploy/man/man5/pki_default.cfg.5 +++ b/base/deploy/man/man5/pki_default.cfg.5 @@ -130,6 +130,10 @@ Set to True to import an existing admin certificate for the admin user, rather t By default, this is set to False for CA subsystems and true for KRA, OCSP, and TKS subsystems. In this case, the admin certificate is read from the file ca_admin.cert in \fBpki_client_dir\fP. Note that cloned subsystems do not create a new administrative user. The administrative user of the master subsystem is used instead, and the details of this master user are replicated during the install. +.TP +.B pki_client_admin_cert_p12 +.IP +Location for the PKCS #12 file containing the administrative user's certificate and keys. For a CA, this defaults to \fIca_admin_cert.p12\fP in the \fBpki_client_dir\fP directory. .SS BACKUP PARAMETERS .TP .B pki_backup_keys, pki_backup_password -- cgit