comparison xml/en/docs/mail/ngx_mail_ssl_module.xml @ 751:9c1ffd02f1b7

Removed "virtual" and HTTPS references from mail modules.
author Vladimir Homutov <vl@nginx.com>
date Wed, 31 Oct 2012 15:26:48 +0000
parents 8283b1048b27
children 95c3c3bbf1ce
comparison
equal deleted inserted replaced
750:6a1b1ba62cab 751:9c1ffd02f1b7
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="1"> 13 rev="2">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_mail_ssl_module</literal> provides the necessary 18 The <literal>ngx_mail_ssl_module</literal> provides the necessary
39 <default>off</default> 39 <default>off</default>
40 <context>mail</context> 40 <context>mail</context>
41 <context>server</context> 41 <context>server</context>
42 42
43 <para> 43 <para>
44 Enables the HTTPS protocol for the given virtual server. 44 Enables the SSL/TLS protocol for the given server.
45 </para> 45 </para>
46 46
47 </directive> 47 </directive>
48 48
49 49
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 a certificate in the PEM format for the given 57 Specifies a file with a certificate in the PEM format for the given
58 virtual server. 58 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 a secret key in the PEM format for the given virtual 75 Specifies a file with a secret key in the PEM format for the given
76 server. 76 server.
77 </para> 77 </para>
78 78
79 </directive> 79 </directive>
80 80
161 shared between all worker processes. 161 shared between all worker processes.
162 The cache size is specified in bytes; one megabyte can store 162 The cache size is specified in bytes; one megabyte can store
163 about 4000 sessions. 163 about 4000 sessions.
164 Each shared cache should have an arbitrary name. 164 Each shared cache should have an arbitrary name.
165 A cache with the same name can be used in several 165 A cache with the same name can be used in several
166 virtual servers. 166 servers.
167 </tag-desc> 167 </tag-desc>
168 168
169 </list> 169 </list>
170 </para> 170 </para>
171 171