diff xml/en/docs/http/ngx_http_ssl_module.xml @ 1428:933831d7bf0b

Link to "ssl_verify_client" from client certificate directives.
author Sergey Kandaurov <pluknet@nginx.com>
date Sat, 28 Feb 2015 00:31:16 +0300
parents 8fe28c6edaa1
children acba294382d6
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssl_module.xml	Thu Feb 26 06:57:19 2015 +0000
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml	Sat Feb 28 00:31:16 2015 +0300
@@ -226,7 +226,7 @@
 
 <para>
 Specifies a <value>file</value> with trusted CA certificates in the PEM format
-used to verify client certificates and
+used to <link id="ssl_verify_client">verify</link> client certificates and
 OCSP responses if <link id="ssl_stapling"/> is enabled.
 </para>
 
@@ -248,7 +248,8 @@
 
 <para>
 Specifies a <value>file</value> with revoked certificates (CRL)
-in the PEM format used to verify client certificates.
+in the PEM format used to <link id="ssl_verify_client">verify</link>
+client certificates.
 </para>
 
 </directive>
@@ -600,7 +601,7 @@
 
 <para>
 Specifies a <value>file</value> with trusted CA certificates in the PEM format
-used to verify client certificates and
+used to <link id="ssl_verify_client">verify</link> client certificates and
 OCSP responses if <link id="ssl_stapling"/> is enabled.
 </para>