From: Joe Orton Date: Fri, 20 Aug 2004 16:25:07 +0000 (+0000) Subject: Document SSL_CLIENT_V_REMAIN. X-Git-Tag: STRIKER_2_1_0_RC1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aab0252b88c1ff9ec0aac5517e671524796d3d1a;p=thirdparty%2Fapache%2Fhttpd.git Document SSL_CLIENT_V_REMAIN. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104746 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index 8ec5f52f77f..f8dfa03dbdc 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.

+
top

Custom Log Formats

diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index ef1eb2d63e2..f0ac52c0c9b 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -1,7 +1,7 @@ - +