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

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