URL: https://github.com/freeipa/freeipa/pull/530
Author: tomaskrizek
 Title: #530: man: update ipa-cacert-manage
Action: opened

PR body:
"""
Make it clear this command is used to only renew certificate for
the CA and provide guidance on how to renew other certificates.

https://pagure.io/freeipa/issue/6648
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/530/head:pr530
git checkout pr530
From e5e1ba381046a06f11b869791b7eb1ec0092561a Mon Sep 17 00:00:00 2001
From: Tomas Krizek <tkri...@redhat.com>
Date: Wed, 1 Mar 2017 18:45:52 +0100
Subject: [PATCH] man: update ipa-cacert-manage

Make it clear this command is used to only renew certificate for
the CA and provide guidance on how to renew other certificates.

https://pagure.io/freeipa/issue/6648
---
 install/tools/man/ipa-cacert-manage.1 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/install/tools/man/ipa-cacert-manage.1 b/install/tools/man/ipa-cacert-manage.1
index cb0be71..a8a26ce 100644
--- a/install/tools/man/ipa-cacert-manage.1
+++ b/install/tools/man/ipa-cacert-manage.1
@@ -31,7 +31,7 @@ ipa\-cacert\-manage \- Manage CA certificates in IPA
 \- Renew the IPA CA certificate
 .sp
 .RS
-This command can be used to manually renew the CA certificate of the IPA CA.
+This command can be used to manually renew the CA certificate of the IPA CA (caSigningCert cert-pki-ca). To renew other certificates, use getcert-resubmit(1).
 .sp
 When the IPA CA is the root CA (the default), it is not usually necessary to manually renew the CA certificate, as it will be renewed automatically when it is about to expire, but you can do so if you wish.
 .sp
@@ -100,3 +100,6 @@ p \- not trusted
 0 if the command was successful
 
 1 if an error occurred
+
+.SH "SEE ALSO"
+.BR getcert-resubmit(1)
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to