diff xml/en/docs/http/ngx_http_ssl_module.xml @ 715:3f25469cbc49

Highlighted 'file' parameters in the http_ssl_module directives.
author Vladimir Homutov <vl@nginx.com>
date Wed, 10 Oct 2012 09:25:11 +0000
parents 2c9e8facc761
children c5facf2eff6f
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssl_module.xml	Tue Oct 09 12:39:31 2012 +0000
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml	Wed Oct 10 09:25:11 2012 +0000
@@ -109,7 +109,7 @@
 <context>server</context>
 
 <para>
-Specifies a file with a certificate in the PEM format
+Specifies a <value>file</value> with a certificate in the PEM format
 for the given virtual server.
 If intermediate certificates should be specified in addition
 to a primary certificate, they should be specified in the same file
@@ -152,7 +152,7 @@
 <context>server</context>
 
 <para>
-Specifies a file with a secret key in the PEM format
+Specifies a <value>file</value> with a secret key in the PEM format
 for the given virtual server.
 </para>
 
@@ -197,7 +197,7 @@
 <context>server</context>
 
 <para>
-Specifies a file with trusted CA certificates in the PEM format
+Specifies a <value>file</value> with trusted CA certificates in the PEM format
 used to verify client certificates and
 OCSP responses if <link id="ssl_stapling"/> is enabled.
 </para>
@@ -219,7 +219,7 @@
 <appeared-in>0.8.7</appeared-in>
 
 <para>
-Specifies a file with revoked certificates (CRL)
+Specifies a <value>file</value> with revoked certificates (CRL)
 in the PEM format, used to client certificate verification.
 </para>
 
@@ -234,7 +234,7 @@
 <appeared-in>0.7.2</appeared-in>
 
 <para>
-Specifies a file with DH parameters for EDH ciphers.
+Specifies a <value>file</value> with DH parameters for EDH ciphers.
 </para>
 
 </directive>
@@ -465,7 +465,7 @@
 <appeared-in>1.3.7</appeared-in>
 
 <para>
-Specifies a file with trusted CA certificates in the PEM format
+Specifies a <value>file</value> with trusted CA certificates in the PEM format
 used to verify client certificates and
 OCSP responses if <link id="ssl_stapling"/> is enabled.
 </para>