comparison xml/en/docs/http/ngx_http_ssl_module.xml @ 2296:e2e71f9477a8

Added note about ssl_dhparam defaults.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 30 Nov 2018 18:28:54 +0300
parents b7ac730b96f3
children dbe55598d3f6
comparison
equal deleted inserted replaced
2295:a1d0238ffb61 2296:e2e71f9477a8
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_ssl_module" 10 <module name="Module ngx_http_ssl_module"
11 link="/en/docs/http/ngx_http_ssl_module.html" 11 link="/en/docs/http/ngx_http_ssl_module.html"
12 lang="en" 12 lang="en"
13 rev="43"> 13 rev="44">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_ssl_module</literal> module provides the 18 The <literal>ngx_http_ssl_module</literal> module provides the
281 <context>server</context> 281 <context>server</context>
282 <appeared-in>0.7.2</appeared-in> 282 <appeared-in>0.7.2</appeared-in>
283 283
284 <para> 284 <para>
285 Specifies a <value>file</value> with DH parameters for DHE ciphers. 285 Specifies a <value>file</value> with DH parameters for DHE ciphers.
286 </para>
287
288 <para>
289 By default no parameters are set,
290 and therefore DHE ciphers will not be used.
291 <note>
292 Prior to version 1.11.0, builtin parameters were used by default.
293 </note>
286 </para> 294 </para>
287 295
288 </directive> 296 </directive>
289 297
290 298