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

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