Blob Blame History Raw
From 5332079797f763e9997685eaf188206c4631daa8 Mon Sep 17 00:00:00 2001
From: "Endi S. Dewata" <edewata@redhat.com>
Date: Tue, 22 Nov 2016 19:29:58 +0100
Subject: [PATCH] Updated pki-cert man page.

The pki-cert man page has been updated to clarify that certain
profiles may require authentication and the CLI supports certain
authentication types.

https://fedorahosted.org/pki/ticket/2289
(cherry picked from commit 52694cd6acf81446623b6d24947d8d3afdc8536c)
(cherry picked from commit b99469a9805df722a58fe20ca7160de706b69e7c)
---
 base/java-tools/man/man1/pki-cert.1 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/base/java-tools/man/man1/pki-cert.1 b/base/java-tools/man/man1/pki-cert.1
index 7ece1ad..146c82b 100644
--- a/base/java-tools/man/man1/pki-cert.1
+++ b/base/java-tools/man/man1/pki-cert.1
@@ -215,7 +215,10 @@ profile, and submit the request using the following command:
 
 .B pki ca-cert-request-submit <request file>
 
-Depending on the profile, an agent may need to review the request by running
+Depending on the profile, the command may require authentication (see the profile configuration file).
+The CLI currently supports client certificate authentication and directory-based authentication.
+
+Also depending on the profile, an agent may need to review and approve the request by running
 the following command:
 
 .B pki <agent authentication> ca-cert-request-review <request ID> --file <file to store the certificate request>
-- 
1.8.3.1