diff options
author | Nalin Dahyabhai <nalin@redhat.com> | 2011-10-04 18:29:45 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-10-04 22:59:56 -0400 |
commit | 7d5106de976140e8425152a83a300be9dc49372a (patch) | |
tree | 49603f1e2d997b328ed406a90d23446d03b00b83 /install/tools/man/ipa-replica-prepare.1 | |
parent | 209bcb0b98daf7edbea2c7428f6fe5f109e74e49 (diff) | |
download | freeipa-7d5106de976140e8425152a83a300be9dc49372a.tar.gz freeipa-7d5106de976140e8425152a83a300be9dc49372a.tar.xz freeipa-7d5106de976140e8425152a83a300be9dc49372a.zip |
- note that PKCS#12 files also contain private keys, and that the "pkinit" options refer to the KDC's credentials
Diffstat (limited to 'install/tools/man/ipa-replica-prepare.1')
-rw-r--r-- | install/tools/man/ipa-replica-prepare.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/install/tools/man/ipa-replica-prepare.1 b/install/tools/man/ipa-replica-prepare.1 index c9cd544ad..744348381 100644 --- a/install/tools/man/ipa-replica-prepare.1 +++ b/install/tools/man/ipa-replica-prepare.1 @@ -34,10 +34,13 @@ Once the file has been created it will be named replica\-hostname. This file can .SH "OPTIONS" .TP \fB\-\-dirsrv_pkcs12\fR=\fIFILE\fR -PKCS#12 file containing the Directory Server SSL Certificate +PKCS#12 file containing the Directory Server SSL Certificate and Private Key .TP \fB\-\-http_pkcs12\fR=\fIFILE\fR -PKCS#12 file containing the Apache Server SSL Certificate +PKCS#12 file containing the Apache Server SSL Certificate and Private Key +.TP +\fB\-\-pkinit_pkcs12\fR=\fIFILE\fR +PKCS#12 file containing the Kerberos KDC Certificate and Private Key .TP \fB\-\-dirsrv_pin\fR=\fIDIRSRV_PIN\fR The password of the Directory Server PKCS#12 file @@ -46,7 +49,7 @@ The password of the Directory Server PKCS#12 file The password of the Apache Server PKCS#12 file .TP \fB\-\-pkinit_pin\fR=\fIPKINIT_PIN\fR -The password of the Apache Server PKCS#12 file +The password of the Kerberos KDC PKCS#12 file .TP \fB\-p\fR \fIDM_PASSWORD\fR, \fB\-\-password\fR=\fIDM_PASSWORD\fR Directory Manager (existing master) password |