comparison 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
comparison
equal deleted inserted replaced
714:ec33576efaa5 715:3f25469cbc49
107 <default/> 107 <default/>
108 <context>http</context> 108 <context>http</context>
109 <context>server</context> 109 <context>server</context>
110 110
111 <para> 111 <para>
112 Specifies a file with a certificate in the PEM format 112 Specifies a <value>file</value> with a certificate in the PEM format
113 for the given virtual server. 113 for the given virtual server.
114 If intermediate certificates should be specified in addition 114 If intermediate certificates should be specified in addition
115 to a primary certificate, they should be specified in the same file 115 to a primary certificate, they should be specified in the same file
116 in the following order: the primary certificate comes first, then 116 in the following order: the primary certificate comes first, then
117 the intermediate certificates. 117 the intermediate certificates.
150 <default/> 150 <default/>
151 <context>http</context> 151 <context>http</context>
152 <context>server</context> 152 <context>server</context>
153 153
154 <para> 154 <para>
155 Specifies a file with a secret key in the PEM format 155 Specifies a <value>file</value> with a secret key in the PEM format
156 for the given virtual server. 156 for the given virtual server.
157 </para> 157 </para>
158 158
159 </directive> 159 </directive>
160 160
195 <default/> 195 <default/>
196 <context>http</context> 196 <context>http</context>
197 <context>server</context> 197 <context>server</context>
198 198
199 <para> 199 <para>
200 Specifies a file with trusted CA certificates in the PEM format 200 Specifies a <value>file</value> with trusted CA certificates in the PEM format
201 used to verify client certificates and 201 used to verify client certificates and
202 OCSP responses if <link id="ssl_stapling"/> is enabled. 202 OCSP responses if <link id="ssl_stapling"/> is enabled.
203 </para> 203 </para>
204 204
205 <para> 205 <para>
217 <context>http</context> 217 <context>http</context>
218 <context>server</context> 218 <context>server</context>
219 <appeared-in>0.8.7</appeared-in> 219 <appeared-in>0.8.7</appeared-in>
220 220
221 <para> 221 <para>
222 Specifies a file with revoked certificates (CRL) 222 Specifies a <value>file</value> with revoked certificates (CRL)
223 in the PEM format, used to client certificate verification. 223 in the PEM format, used to client certificate verification.
224 </para> 224 </para>
225 225
226 </directive> 226 </directive>
227 227
232 <context>http</context> 232 <context>http</context>
233 <context>server</context> 233 <context>server</context>
234 <appeared-in>0.7.2</appeared-in> 234 <appeared-in>0.7.2</appeared-in>
235 235
236 <para> 236 <para>
237 Specifies a file with DH parameters for EDH ciphers. 237 Specifies a <value>file</value> with DH parameters for EDH ciphers.
238 </para> 238 </para>
239 239
240 </directive> 240 </directive>
241 241
242 242
463 <context>http</context> 463 <context>http</context>
464 <context>server</context> 464 <context>server</context>
465 <appeared-in>1.3.7</appeared-in> 465 <appeared-in>1.3.7</appeared-in>
466 466
467 <para> 467 <para>
468 Specifies a file with trusted CA certificates in the PEM format 468 Specifies a <value>file</value> with trusted CA certificates in the PEM format
469 used to verify client certificates and 469 used to verify client certificates and
470 OCSP responses if <link id="ssl_stapling"/> is enabled. 470 OCSP responses if <link id="ssl_stapling"/> is enabled.
471 </para> 471 </para>
472 472
473 <para> 473 <para>