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