diff xml/en/docs/mail/ngx_mail_ssl_module.xml @ 2350:8e35f3af574b

Documented the "data:" syntax for ssl_certificate and key.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 26 Mar 2019 17:09:15 +0300
parents e2e71f9477a8
children d8bf37d20449
line wrap: on
line diff
--- a/xml/en/docs/mail/ngx_mail_ssl_module.xml	Tue Mar 26 10:55:49 2019 +0300
+++ b/xml/en/docs/mail/ngx_mail_ssl_module.xml	Tue Mar 26 17:09:15 2019 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_ssl_module"
         link="/en/docs/mail/ngx_mail_ssl_module.html"
         lang="en"
-        rev="19">
+        rev="20">
 
 <section id="summary">
 
@@ -141,6 +141,16 @@
 </note>
 </para>
 
+<para id="ssl_certificate_data">
+The value
+<literal>data</literal>:<value>certificate</value>
+can be specified instead of the <value>file</value> (1.15.10),
+which loads a certificate without using intermediate files.
+Note that inappropriate use of this syntax may have its security implications,
+such as writing secret key data to
+<link doc="../ngx_core_module.xml" id="error_log">error log</link>.
+</para>
+
 </directive>
 
 
@@ -163,6 +173,16 @@
 from the OpenSSL engine <value>name</value>.
 </para>
 
+<para id="ssl_certificate_key_data">
+The value
+<literal>data</literal>:<value>key</value>
+can be specified instead of the <value>file</value> (1.15.10),
+which loads a secret key without using intermediate files.
+Note that inappropriate use of this syntax may have its security implications,
+such as writing secret key data to
+<link doc="../ngx_core_module.xml" id="error_log">error log</link>.
+</para>
+
 </directive>