|
|
f64bd5 |
From f78836266df6fdbdc321e002dc7ae2229866e621 Mon Sep 17 00:00:00 2001
|
|
|
f64bd5 |
From: Nalin Dahyabhai <nalin@redhat.com>
|
|
|
f64bd5 |
Date: Tue, 14 Jun 2016 15:56:30 -0400
|
|
|
f64bd5 |
Subject: [PATCH] Documentation: mark $CERTMONGER_CA_ISSUER as 0.79
|
|
|
f64bd5 |
|
|
|
f64bd5 |
In documentation that now mentions that we set $CERTMONGER_CA_ISSUER for
|
|
|
f64bd5 |
helpers, list 0.79 as the first version where we started doing so.
|
|
|
f64bd5 |
---
|
|
|
f64bd5 |
doc/helpers.txt | 5 +++++
|
|
|
f64bd5 |
doc/submit.txt | 2 +-
|
|
|
f64bd5 |
2 files changed, 6 insertions(+), 1 deletion(-)
|
|
|
f64bd5 |
|
|
|
f64bd5 |
diff --git a/doc/helpers.txt b/doc/helpers.txt
|
|
|
f64bd5 |
index 9d43e2390122c67719d549387b070879bf7e1f2d..975a741eeb76ef6d9005a05e5283ab92a1ccd399 100644
|
|
|
f64bd5 |
--- a/doc/helpers.txt
|
|
|
f64bd5 |
+++ b/doc/helpers.txt
|
|
|
f64bd5 |
@@ -103,6 +103,11 @@ helper is called.
|
|
|
f64bd5 |
* CERTMONGER_REQ_IP_ADDRESS
|
|
|
f64bd5 |
Any iPAddress subject alt name values from the request.
|
|
|
f64bd5 |
|
|
|
f64bd5 |
+ These are also present starting with version 0.79:
|
|
|
f64bd5 |
+
|
|
|
f64bd5 |
+ * CERTMONGER_CA_ISSUER
|
|
|
f64bd5 |
+ The requested issuer for enrollment.
|
|
|
f64bd5 |
+
|
|
|
f64bd5 |
The helper is expected to use this information, along with whatever
|
|
|
f64bd5 |
credentials it has or is passed on the command line, to send the signing
|
|
|
f64bd5 |
request to the CA.
|
|
|
f64bd5 |
diff --git a/doc/submit.txt b/doc/submit.txt
|
|
|
f64bd5 |
index 7444f88c078b7453ae350268482832485259348a..b1742c3f2e54adcaa60f58371c9ff1fded0d30b0 100644
|
|
|
f64bd5 |
--- a/doc/submit.txt
|
|
|
f64bd5 |
+++ b/doc/submit.txt
|
|
|
f64bd5 |
@@ -13,7 +13,7 @@ An external CA helper has a few jobs:
|
|
|
f64bd5 |
* $CERTMONGER_REQ_PRINCIPAL -> Kerberos principal name subjectAltName values
|
|
|
f64bd5 |
* $CERTMONGER_REQ_IP_ADDRESS-> IP address subjectAltName values (since 0.78)
|
|
|
f64bd5 |
* $CERTMONGER_CA_PROFILE -> requested enrollment profile/template/certtype
|
|
|
f64bd5 |
- * $CERTMONGER_CA_ISSUER -> requested issuer for enrollment
|
|
|
f64bd5 |
+ * $CERTMONGER_CA_ISSUER -> requested issuer for enrollment (since 0.79)
|
|
|
f64bd5 |
* $CERTMONGER_CSR -> certificate signing request
|
|
|
f64bd5 |
* $CERTMONGER_CERTIFICATE -> previously-issued certificate, if there is one
|
|
|
f64bd5 |
* $CERTMONGER_CA_NICKNAME -> nickname of CA (since 0.73)
|
|
|
f64bd5 |
--
|
|
|
f64bd5 |
2.9.0
|
|
|
f64bd5 |
|