comparison xml/en/docs/http/ngx_http_ssl_module.xml @ 1456:acba294382d6

Documented engine support in ssl_certificate_key and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 15 Apr 2015 17:47:10 +0300
parents 933831d7bf0b
children 78ccd1af1400
comparison
equal deleted inserted replaced
1455:27430ebb4123 1456:acba294382d6
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="17"> 13 rev="18">
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
180 <context>server</context> 180 <context>server</context>
181 181
182 <para> 182 <para>
183 Specifies a <value>file</value> with the secret key in the PEM format 183 Specifies a <value>file</value> with the secret key in the PEM format
184 for the given virtual server. 184 for the given virtual server.
185 </para>
186
187 <para>
188 The value
189 <literal>engine</literal>:<value>name</value>:<value>id</value>
190 can be specified instead of the <value>file</value> (1.7.9),
191 which loads a secret key with a specified <value>id</value>
192 from the OpenSSL engine <value>name</value>.
185 </para> 193 </para>
186 194
187 </directive> 195 </directive>
188 196
189 197