comparison xml/en/docs/stream/ngx_stream_ssl_module.xml @ 1462:e69e4dbcc760

Documented OSS stream modules.
author Vladimir Homutov <vl@nginx.com>
date Tue, 21 Apr 2015 13:47:00 +0300
parents acba294382d6
children 3687cc9a3592
comparison
equal deleted inserted replaced
1461:4e5cab61e548 1462:e69e4dbcc760
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="2"> 12 rev="3">
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.9.0)
18 provides the necessary support for a stream proxy server to work with 18 provides the necessary support for a stream proxy server to work with
19 the SSL/TLS protocol. 19 the SSL/TLS protocol.
20 </para> 20 This module is not built by default, it should be enabled with the
21 21 <literal>--with-stream_ssl_module</literal>
22 <para> 22 configuration parameter.
23 <note>
24 This module is available as part of our
25 <commercial_version>commercial subscription</commercial_version>.
26 </note>
27 </para> 23 </para>
28 24
29 </section> 25 </section>
30 26
31 27
61 </para> 57 </para>
62 58
63 <para> 59 <para>
64 The value 60 The value
65 <literal>engine</literal>:<value>name</value>:<value>id</value> 61 <literal>engine</literal>:<value>name</value>:<value>id</value>
66 can be specified instead of the <value>file</value> (1.7.9), 62 can be specified instead of the <value>file</value>,
67 which loads a secret key with a specified <value>id</value> 63 which loads a secret key with a specified <value>id</value>
68 from the OpenSSL engine <value>name</value>. 64 from the OpenSSL engine <value>name</value>.
69 </para> 65 </para>
70 66
71 </directive> 67 </directive>