From f0dcf0e43c171dc9fe35b3362e88df64eeb640be Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sat, 28 Feb 2004 22:37:19 +0000 Subject: [PATCH] update transformaation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102812 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ssl.html.en | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index a36b72bab9..9847c874d7 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -115,7 +115,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 @@ -637,7 +637,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 @@ -1329,7 +1329,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 -- 2.50.1