Blame SOURCES/pki-core-ca-cert-request-submit-missing-authentication.patch

dd68f4
From 5332079797f763e9997685eaf188206c4631daa8 Mon Sep 17 00:00:00 2001
dd68f4
From: "Endi S. Dewata" <edewata@redhat.com>
dd68f4
Date: Tue, 22 Nov 2016 19:29:58 +0100
dd68f4
Subject: [PATCH] Updated pki-cert man page.
dd68f4
dd68f4
The pki-cert man page has been updated to clarify that certain
dd68f4
profiles may require authentication and the CLI supports certain
dd68f4
authentication types.
dd68f4
dd68f4
https://fedorahosted.org/pki/ticket/2289
dd68f4
(cherry picked from commit 52694cd6acf81446623b6d24947d8d3afdc8536c)
dd68f4
(cherry picked from commit b99469a9805df722a58fe20ca7160de706b69e7c)
dd68f4
---
dd68f4
 base/java-tools/man/man1/pki-cert.1 | 5 ++++-
dd68f4
 1 file changed, 4 insertions(+), 1 deletion(-)
dd68f4
dd68f4
diff --git a/base/java-tools/man/man1/pki-cert.1 b/base/java-tools/man/man1/pki-cert.1
dd68f4
index 7ece1ad..146c82b 100644
dd68f4
--- a/base/java-tools/man/man1/pki-cert.1
dd68f4
+++ b/base/java-tools/man/man1/pki-cert.1
dd68f4
@@ -215,7 +215,10 @@ profile, and submit the request using the following command:
dd68f4
 
dd68f4
 .B pki ca-cert-request-submit <request file>
dd68f4
 
dd68f4
-Depending on the profile, an agent may need to review the request by running
dd68f4
+Depending on the profile, the command may require authentication (see the profile configuration file).
dd68f4
+The CLI currently supports client certificate authentication and directory-based authentication.
dd68f4
+
dd68f4
+Also depending on the profile, an agent may need to review and approve the request by running
dd68f4
 the following command:
dd68f4
 
dd68f4
 .B pki <agent authentication> ca-cert-request-review <request ID> --file <file to store the certificate request>
dd68f4
-- 
dd68f4
1.8.3.1
dd68f4