pgreco / rpms / ipa

Forked from forks/areguera/rpms/ipa 4 years ago
Clone

Blame SOURCES/0007-man-ipa-cacert-manage-install-needs-clarification.patch

483b06
From 9d5e8f44210f661850ec67f92909534dd52c2ee8 Mon Sep 17 00:00:00 2001
483b06
From: Florence Blanc-Renaud <flo@redhat.com>
483b06
Date: Wed, 22 Mar 2017 08:49:39 +0100
483b06
Subject: [PATCH] man ipa-cacert-manage install needs clarification
483b06
483b06
The customers are often confused by ipa-cacert-manage install. The man page
483b06
should make it clear that IPA CA is not modified in any way by this command.
483b06
483b06
https://pagure.io/freeipa/issue/6795
483b06
483b06
Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
483b06
---
483b06
 install/tools/man/ipa-cacert-manage.1 | 2 ++
483b06
 1 file changed, 2 insertions(+)
483b06
483b06
diff --git a/install/tools/man/ipa-cacert-manage.1 b/install/tools/man/ipa-cacert-manage.1
483b06
index 4515d7c404054139725fd47f366706cb1e222be5..128edd8bd2500a09f406da8dc01a53b269007ab0 100644
483b06
--- a/install/tools/man/ipa-cacert-manage.1
483b06
+++ b/install/tools/man/ipa-cacert-manage.1
483b06
@@ -46,6 +46,8 @@ When the IPA CA is not configured, this command is not available.
483b06
 .RS
483b06
 This command can be used to install the certificate contained in \fICERTFILE\fR as an additional CA certificate to IPA.
483b06
 .sp
483b06
+Important: this does not replace IPA CA but adds the provided certificate as a known CA. This is useful for instance when using ipa-server-certinstall to replace HTTP/LDAP certificates with third-party certificates signed by this additional CA.
483b06
+.sp
483b06
 Please do not forget to run ipa-certupdate on the master, all the replicas and all the clients after this command in order to update IPA certificates databases.
483b06
 .RE
483b06
 .SH "COMMON OPTIONS"
483b06
-- 
483b06
2.12.1
483b06