comparison xml/en/docs/http/ngx_http_ssl_module.xml @ 1457:78ccd1af1400

Minimized diffs between http, mail, and stream.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 20 Apr 2015 14:33:00 +0300
parents acba294382d6
children 3687cc9a3592
comparison
equal deleted inserted replaced
1456:acba294382d6 1457:78ccd1af1400
137 <context>server</context> 137 <context>server</context>
138 138
139 <para> 139 <para>
140 Specifies a <value>file</value> with the certificate in the PEM format 140 Specifies a <value>file</value> with the certificate in the PEM format
141 for the given virtual server. 141 for the given virtual server.
142 If intermediate certificates should be specified in addition 142 If intermediate certificates should be specified in addition to a primary
143 to a primary certificate, they should be specified in the same file 143 certificate, they should be specified in the same file in the following
144 in the following order: the primary certificate comes first, then 144 order: the primary certificate comes first, then the intermediate certificates.
145 the intermediate certificates.
146 A secret key in the PEM format may be placed in the same file. 145 A secret key in the PEM format may be placed in the same file.
147 </para> 146 </para>
148 147
149 <para> 148 <para>
150 It should be kept in mind that due to the HTTPS protocol limitations 149 It should be kept in mind that due to the HTTPS protocol limitations