comparison xml/en/docs/mail/ngx_mail_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 06322891b4e3
children 3687cc9a3592
comparison
equal deleted inserted replaced
1455:27430ebb4123 1456:acba294382d6
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_mail_ssl_module" 10 <module name="Module ngx_mail_ssl_module"
11 link="/en/docs/mail/ngx_mail_ssl_module.html" 11 link="/en/docs/mail/ngx_mail_ssl_module.html"
12 lang="en" 12 lang="en"
13 rev="5"> 13 rev="6">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_mail_ssl_module</literal> module provides the necessary 18 The <literal>ngx_mail_ssl_module</literal> module provides the necessary
52 <default/> 52 <default/>
53 <context>mail</context> 53 <context>mail</context>
54 <context>server</context> 54 <context>server</context>
55 55
56 <para> 56 <para>
57 Specifies a file with the certificate in the PEM format for the given 57 Specifies a <value>file</value> with the certificate in the PEM format
58 server. 58 for the given server.
59 If intermediate certificates should be specified in addition to a primary 59 If intermediate certificates should be specified in addition to a primary
60 certificate, they should be specified in the same file in the following 60 certificate, they should be specified in the same file in the following
61 order: the primary certificate comes first, then the intermediate certificates. 61 order: the primary certificate comes first, then the intermediate certificates.
62 A secret key in the PEM format may be placed in the same file. 62 A secret key in the PEM format may be placed in the same file.
63 </para> 63 </para>
70 <default/> 70 <default/>
71 <context>mail</context> 71 <context>mail</context>
72 <context>server</context> 72 <context>server</context>
73 73
74 <para> 74 <para>
75 Specifies a file with the secret key in the PEM format for the given 75 Specifies a <value>file</value> with the secret key in the PEM format
76 server. 76 for the given server.
77 </para>
78
79 <para>
80 The value
81 <literal>engine</literal>:<value>name</value>:<value>id</value>
82 can be specified instead of the <value>file</value> (1.7.9),
83 which loads a secret key with a specified <value>id</value>
84 from the OpenSSL engine <value>name</value>.
77 </para> 85 </para>
78 86
79 </directive> 87 </directive>
80 88
81 89