From: Kaspar Brand
Date: Wed, 7 Jan 2015 12:27:00 +0000 (+0000)
Subject: update mod_ssl.html.en transformation
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77f7215da9accdd552d63f9d3312ded3030fc027;p=thirdparty%2Fapache%2Fhttpd.git
update mod_ssl.html.en transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1650048 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index 9b80dbe9d5c..2c42261ceae 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -154,6 +154,8 @@ compatibility variables.
SSL_CLIENT_M_SERIAL | string | The serial of the client certificate |
SSL_CLIENT_S_DN | string | Subject DN in client's certificate |
SSL_CLIENT_S_DN_x509 | string | Component of client's Subject DN |
+SSL_CLIENT_SAN_Email_n | string | Client certificate's subjectAltName extension entries of type rfc822Name |
+SSL_CLIENT_SAN_DNS_n | string | Client certificate's subjectAltName extension entries of type dNSName |
SSL_CLIENT_I_DN | string | Issuer DN of client's certificate |
SSL_CLIENT_I_DN_x509 | string | Component of client's Issuer DN |
SSL_CLIENT_V_START | string | Validity of client's certificate (start time) |
@@ -167,6 +169,8 @@ compatibility variables.
SSL_SERVER_M_VERSION | string | The version of the server certificate |
SSL_SERVER_M_SERIAL | string | The serial of the server certificate |
SSL_SERVER_S_DN | string | Subject DN in server's certificate |
+SSL_SERVER_SAN_Email_n | string | Server certificate's subjectAltName extension entries of type rfc822Name |
+SSL_SERVER_SAN_DNS_n | string | Server certificate's subjectAltName extension entries of type dNSName |
SSL_SERVER_S_DN_x509 | string | Component of server's Subject DN |
SSL_SERVER_I_DN | string | Issuer DN of server's certificate |
SSL_SERVER_I_DN_x509 | string | Component of server's Issuer DN |