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

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