diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssl_module.xml	Sat Apr 18 16:42:30 2015 +0000
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml	Wed Apr 15 17:47:10 2015 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssl_module"
         link="/en/docs/http/ngx_http_ssl_module.html"
         lang="en"
-        rev="17">
+        rev="18">
 
 <section id="summary">
 
@@ -184,6 +184,14 @@
 for the given virtual 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>