diff options
author | Rob Crittenden <rcritten@redhat.com> | 2010-08-10 13:19:22 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-08-10 16:42:21 -0400 |
commit | 9d9d78991241b5e32420f9fb6be96b2255d26c05 (patch) | |
tree | 24359ccde9e7feda6bd0d8d27a2cec6b5130a37b | |
parent | 5b894d1fb76f176b71aed6b8f6c2ea1ce4158af8 (diff) | |
download | freeipa-9d9d78991241b5e32420f9fb6be96b2255d26c05.tar.gz freeipa-9d9d78991241b5e32420f9fb6be96b2255d26c05.tar.xz freeipa-9d9d78991241b5e32420f9fb6be96b2255d26c05.zip |
Correct CA options in ipa-server-install manpage
-rw-r--r-- | install/tools/man/ipa-server-install.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install/tools/man/ipa-server-install.1 b/install/tools/man/ipa-server-install.1 index a64a2eba1..2a69643d0 100644 --- a/install/tools/man/ipa-server-install.1 +++ b/install/tools/man/ipa-server-install.1 @@ -22,7 +22,7 @@ ipa\-server\-install \- Configure an IPA server .SH "SYNOPSIS" ipa\-server\-install [\fIOPTION\fR]... .SH "DESCRIPTION" -Configures the services needed by an IPA server. This includes setting up a Kerberos Key Distribution Center (KDC) with an LDAP back\-end, configuring Apache, configuring NTP and starting some IPA\-provided services: ipa_kpasswd and ipa_webgui. +Configures the services needed by an IPA server. This includes setting up a Kerberos Key Distribution Center (KDC) with an LDAP back\-end, configuring Apache, configuring NTP and starting some IPA\-provided services: ipa_kpasswd and ipa_webgui. By default a dogtag-based CA will be configured to issue server certificates. .SH "OPTIONS" .TP \fB\-u\fR, \fB\-\-user\fR=\fIDS_USER\fR @@ -46,8 +46,8 @@ The password for the IPA admin user \fB\-d\fR, \fB\-\-debug\fR Enable debug logging when more verbose output is needed .TP -\fB\-\-ca\fR -Configure a CA instance for issuing server certificates +\fB\-\-selfsign\fR +Configure a self-signed CA instance for issuing server certificates instead of using dogtag for certificates .TP \fB\-\-hostname\fR=\fIHOST_NAME\fR The fully\-qualified DNS name of this server |