diff xml/en/docs/http/ngx_http_ssl_module.xml @ 763:cd581dbdaf76

The "optional_no_ca" parameter of the "ssl_verify_client" directive was merged into 1.2.5.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 13 Nov 2012 10:54:15 +0000
parents c5facf2eff6f
children b95a6d779c89
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssl_module.xml	Tue Nov 13 08:54:50 2012 +0000
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml	Tue Nov 13 10:54:15 2012 +0000
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssl_module"
         link="/en/docs/http/ngx_http_ssl_module.html"
         lang="en"
-        rev="4">
+        rev="5">
 
 <section id="summary">
 
@@ -498,7 +498,8 @@
 </para>
 
 <para>
-The <literal>optional_no_ca</literal> parameter (1.3.8) requests the client
+The <literal>optional_no_ca</literal> parameter (1.3.8, 1.2.5)
+requests the client
 certificate but does not require it to be signed by a trusted CA certificate.
 This is intended for the use in cases where actual certificate verification
 is performed by a service that is external to nginx.