From: Joe Orton Date: Sat, 28 Feb 2004 17:09:55 +0000 (+0000) Subject: Use SSL_CLIENT_CERT_CHAIN_ with an underscore before the . X-Git-Tag: pre_ajp_proxy~614 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82d3f1dedcc4309573c45bb8e8ae21b100d726e7;p=apache Use SSL_CLIENT_CERT_CHAIN_ with an underscore before the . git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102802 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index a2caf997ff..faac93a4f9 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -74,7 +74,7 @@ compatibility variables.

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 -SSL_CLIENT_CERT_CHAINn string PEM-encoded certificates in client certificate chain +SSL_CLIENT_CERT_CHAIN_n string PEM-encoded certificates in client certificate chain SSL_CLIENT_VERIFY string NONE, SUCCESS, GENEROUS or FAILED:reason SSL_SERVER_M_VERSION string The version of the server certificate SSL_SERVER_M_SERIAL string The serial of the server certificate @@ -969,7 +969,7 @@ The available options are:

When this option is enabled, additional CGI/SSI environment variables are created: SSL_SERVER_CERT, SSL_CLIENT_CERT and - SSL_CLIENT_CERT_CHAINn (with n = 0,1,2,..). + SSL_CLIENT_CERT_CHAIN_n (with n = 0,1,2,..). These contain the PEM-encoded X.509 Certificates of server and client for the current HTTPS connection and can be used by CGI scripts for deeper Certificate checking. Additionally all other certificates of the client @@ -1179,7 +1179,7 @@ SSL_VERSION_INTERFACE SSL_CLIENT_S_DN_OU SSL_SERVER_S_DN_OU SSL_CLIENT_A_SIG SSL_SERVER_A_SIG SSL_CLIENT_A_KEY SSL_SERVER_A_KEY SSL_CLIENT_CERT SSL_SERVER_CERT - SSL_CLIENT_CERT_CHAINn + SSL_CLIENT_CERT_CHAIN_n SSL_CLIENT_VERIFY