comparison xml/en/docs/stream/ngx_stream_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 f5b5eefc43cb
children e69e4dbcc760
comparison
equal deleted inserted replaced
1455:27430ebb4123 1456:acba294382d6
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_ssl_module" 9 <module name="Module ngx_stream_ssl_module"
10 link="/en/docs/stream/ngx_stream_ssl_module.html" 10 link="/en/docs/stream/ngx_stream_ssl_module.html"
11 lang="en" 11 lang="en"
12 rev="1"> 12 rev="2">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_ssl_module</literal> module (1.7.10) 17 The <literal>ngx_stream_ssl_module</literal> module (1.7.10)
36 <default/> 36 <default/>
37 <context>stream</context> 37 <context>stream</context>
38 <context>server</context> 38 <context>server</context>
39 39
40 <para> 40 <para>
41 Specifies a file with the certificate in the PEM format for the given 41 Specifies a <value>file</value> with the certificate in the PEM format
42 server. 42 for the given server.
43 If intermediate certificates should be specified in addition to a primary 43 If intermediate certificates should be specified in addition to a primary
44 certificate, they should be specified in the same file in the following 44 certificate, they should be specified in the same file in the following
45 order: the primary certificate comes first, then the intermediate certificates. 45 order: the primary certificate comes first, then the intermediate certificates.
46 A secret key in the PEM format may be placed in the same file. 46 A secret key in the PEM format may be placed in the same file.
47 </para> 47 </para>
54 <default/> 54 <default/>
55 <context>stream</context> 55 <context>stream</context>
56 <context>server</context> 56 <context>server</context>
57 57
58 <para> 58 <para>
59 Specifies a file with the secret key in the PEM format for the given 59 Specifies a <value>file</value> with the secret key in the PEM format
60 server. 60 for the given server.
61 </para>
62
63 <para>
64 The value
65 <literal>engine</literal>:<value>name</value>:<value>id</value>
66 can be specified instead of the <value>file</value> (1.7.9),
67 which loads a secret key with a specified <value>id</value>
68 from the OpenSSL engine <value>name</value>.
61 </para> 69 </para>
62 70
63 </directive> 71 </directive>
64 72
65 73