Blame SOURCES/0004-Documentation-mark-CERTMONGER_CA_ISSUER-as-0.79.patch

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