From 18aa3216e05e45e34e5725d047165428698b7c02 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Fri, 13 Jun 2014 14:45:29 +0200 Subject: Allow changing chaining of the IPA CA certificate in ipa-cacert-manage. Part of https://fedorahosted.org/freeipa/ticket/3737 Reviewed-By: Rob Crittenden --- install/tools/man/ipa-cacert-manage.1 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'install') diff --git a/install/tools/man/ipa-cacert-manage.1 b/install/tools/man/ipa-cacert-manage.1 index 92fe717b7..cf42b2457 100644 --- a/install/tools/man/ipa-cacert-manage.1 +++ b/install/tools/man/ipa-cacert-manage.1 @@ -42,6 +42,12 @@ When the IPA CA is not configured, this command is not available. \fB\-p\fR \fIDM_PASSWORD\fR, \fB\-\-password\fR=\fIDM_PASSWORD\fR The Directory Manager password to use for authentication. .TP +\fB\-\-self\-signed\fR +Sign the renewed certificate by itself. +.TP +\fB\-\-external\-ca\fR +Sign the renewed certificate by external CA. +.TP \fB\-\-external\-cert\-file\fR=\fIFILE\fR PEM file containing a certificate signed by the external CA. Must be given with \-\-external\-ca\-file. .TP -- cgit