diff 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
line wrap: on
line diff
--- a/xml/en/docs/stream/ngx_stream_ssl_module.xml
+++ b/xml/en/docs/stream/ngx_stream_ssl_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_ssl_module"
         link="/en/docs/stream/ngx_stream_ssl_module.html"
         lang="en"
-        rev="1">
+        rev="2">
 
 <section id="summary">
 
@@ -38,8 +38,8 @@ This module is available as part of our
 <context>server</context>
 
 <para>
-Specifies a file with the certificate in the PEM format for the given
-server.
+Specifies a <value>file</value> with the certificate in the PEM format
+for the given server.
 If intermediate certificates should be specified in addition to a primary
 certificate, they should be specified in the same file in the following
 order: the primary certificate comes first, then the intermediate certificates.
@@ -56,8 +56,16 @@ A secret key in the PEM format may be pl
 <context>server</context>
 
 <para>
-Specifies a file with the secret key in the PEM format for the given
-server.
+Specifies a <value>file</value> with the secret key in the PEM format
+for the given server.
+</para>
+
+<para>
+The value
+<literal>engine</literal>:<value>name</value>:<value>id</value>
+can be specified instead of the <value>file</value> (1.7.9),
+which loads a secret key with a specified <value>id</value>
+from the OpenSSL engine <value>name</value>.
 </para>
 
 </directive>