comparison xml/en/docs/http/configuring_https_servers.xml @ 148:682163f2b298

Unified article/path and module/pathname into a single "path". "path" no longer emits double quotes so preserve them where needed. Replaced some misuses of "path" and "dirname".
author Ruslan Ermilov <ru@nginx.com>
date Tue, 25 Oct 2011 13:28:36 +0000
parents 7db449e89e92
children c09d374c86c6
comparison
equal deleted inserted replaced
147:8057b7793bd9 148:682163f2b298
159 Browsers usually store intermediate certificates which they receive 159 Browsers usually store intermediate certificates which they receive
160 and which are signed by trusted authorities, so actively used browsers 160 and which are signed by trusted authorities, so actively used browsers
161 may already have the required intermediate certificates and 161 may already have the required intermediate certificates and
162 may not complain about a certificate sent without a chained bundle. 162 may not complain about a certificate sent without a chained bundle.
163 To ensure the server sends the complete certificate chain, 163 To ensure the server sends the complete certificate chain,
164 you may use the <path>openssl</path> command line utility, for example: 164 you may use the <command>openssl</command> command line utility, for example:
165 165
166 <programlisting> 166 <programlisting>
167 $ openssl s_client -connect www.godaddy.com:443 167 $ openssl s_client -connect www.godaddy.com:443
168 ... 168 ...
169 Certificate chain 169 Certificate chain