Blame SOURCES/0008-Document-the-X-option-in-the-ipa-submit-man-page.patch

f64bd5
From 3a734708fb96d0fed7850a5615782e27a039cda1 Mon Sep 17 00:00:00 2001
f64bd5
From: Nalin Dahyabhai <nalin@redhat.com>
f64bd5
Date: Wed, 15 Jun 2016 17:20:52 -0400
f64bd5
Subject: [PATCH] Document the -X option in the ipa-submit man page
f64bd5
f64bd5
Add documentation for the new -X option to certmonger-ipa-submit(8).
f64bd5
---
f64bd5
 src/certmonger-ipa-submit.8.in | 8 ++++++++
f64bd5
 1 file changed, 8 insertions(+)
f64bd5
f64bd5
diff --git a/src/certmonger-ipa-submit.8.in b/src/certmonger-ipa-submit.8.in
f64bd5
index 62b6991c7e1e13ed02cb04a76e9446b69a01093d..2a986c63f97c117175f84007cb54b63b8e221cf7 100644
f64bd5
--- a/src/certmonger-ipa-submit.8.in
f64bd5
+++ b/src/certmonger-ipa-submit.8.in
f64bd5
@@ -28,6 +28,14 @@ LDAP server's directory tree, where $BASE defaults to the value of the
f64bd5
 Identifies the principal name of the service for which the certificate is being
f64bd5
 issued.  This setting is required by IPA and must always be specified.
f64bd5
 .TP
f64bd5
+\fB\-X\fR issuer
f64bd5
+Requests that the certificate be processed by the specified certificate issuer.
f64bd5
+By default, if this flag is not specified, and the \fBCERTMONGER_CA_ISSUER\fR
f64bd5
+variable is set in the environment, then the value of the environment variable
f64bd5
+will be used.  This setting is optional, and if a server returns error 3005,
f64bd5
+indicating that it does not understand multiple profiles, the request will be
f64bd5
+re-submitted without specifying an issuer name.
f64bd5
+.TP
f64bd5
 \fB\-T\fR profile
f64bd5
 Requests that the certificate be processed using the specified certificate profile.
f64bd5
 By default, if this flag is not specified, and the \fBCERTMONGER_CA_PROFILE\fR
f64bd5
-- 
f64bd5
2.9.0
f64bd5