From aab0252b88c1ff9ec0aac5517e671524796d3d1a Mon Sep 17 00:00:00 2001
From: Joe Orton
Date: Fri, 20 Aug 2004 16:25:07 +0000
Subject: [PATCH] Document SSL_CLIENT_V_REMAIN.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104746 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_ssl.html.en | 4 ++++
docs/manual/mod/mod_ssl.xml | 6 +++++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index 8ec5f52f77..f8dfa03dbd 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -116,6 +116,7 @@ compatibility variables.
SSL_CLIENT_I_DN_ x509 | string | Component of client's Issuer DN |
SSL_CLIENT_V_START | string | Validity of client's certificate (start time) |
SSL_CLIENT_V_END | string | Validity of client's certificate (end time) |
+SSL_CLIENT_V_REMAIN | string | Number of days until client's certificate expires |
SSL_CLIENT_A_SIG | string | Algorithm used for the signature of client's certificate |
SSL_CLIENT_A_KEY | string | Algorithm used for the public key of client's certificate |
SSL_CLIENT_CERT | string | PEM-encoded client certificate |
@@ -143,6 +144,9 @@ attribute. For example, where the server certificate subject DN
included two OU fields, SSL_SERVER_S_DN_OU_0
and
SSL_SERVER_S_DN_OU_1
could be used to reference each.
+SSL_CLIENT_V_REMAIN
is only available in version 2.1
+and later.
+
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index ef1eb2d63e..f0ac52c0c9 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -1,7 +1,7 @@
-
+