diff options
author | Jan Cholasta <jcholast@redhat.com> | 2014-10-08 12:18:06 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2014-10-16 13:33:40 +0200 |
commit | cf860c71545fe93bebcb7dcb426795240e776eb3 (patch) | |
tree | a93774a327aef7698a5d33f65b8efc89fc61cd4c /install/tools/man | |
parent | 3f9d1a71f1087ab1b203e8ce51eeb14194f7f0a2 (diff) | |
download | freeipa-cf860c71545fe93bebcb7dcb426795240e776eb3.tar.gz freeipa-cf860c71545fe93bebcb7dcb426795240e776eb3.tar.xz freeipa-cf860c71545fe93bebcb7dcb426795240e776eb3.zip |
Allow specifying signing algorithm of the IPA CA cert in ipa-ca-install
The --ca-signing-algorithm option is available in ipa-server-install, make
it available in ipa-ca-install as well.
https://fedorahosted.org/freeipa/ticket/4447
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'install/tools/man')
-rw-r--r-- | install/tools/man/ipa-ca-install.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install/tools/man/ipa-ca-install.1 b/install/tools/man/ipa-ca-install.1 index ba31a289c..aa186987a 100644 --- a/install/tools/man/ipa-ca-install.1 +++ b/install/tools/man/ipa-ca-install.1 @@ -46,6 +46,9 @@ Type of the external CA. Possible values are "generic", "ms-cs". Default value i \fB\-\-external\-cert\-file\fR=\fIFILE\fR File containing the IPA CA certificate and the external CA certificate chain. The file is accepted in PEM and DER certificate and PKCS#7 certificate chain formats. This option may be used multiple times. .TP +\fB\-\-ca\-signing\-algorithm\fR=\fIALGORITHM\fR +Signing algorithm of the IPA CA certificate. Possible values are SHA1withRSA, SHA256withRSA, SHA512withRSA. Default value is SHA256withRSA. Use this option with --external-ca if the external CA does not support the default signing algorithm. +.TP \fB\-\-no\-host\-dns\fR Do not use DNS for hostname lookup during installation .TP |