comparison xml/en/docs/http/configuring_https_servers.xml @ 1144:ac131944d349

Changed infinitive to gerund after "allow".
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 07 Apr 2014 17:14:21 +0400
parents 4fecf0715bbf
children 8fe28c6edaa1
comparison
equal deleted inserted replaced
1143:b93422ca9fe7 1144:ac131944d349
309 309
310 <section id="certificate_with_several_names" 310 <section id="certificate_with_several_names"
311 name="An SSL certificate with several names"> 311 name="An SSL certificate with several names">
312 312
313 <para> 313 <para>
314 There are other ways that allow to share a single IP address 314 There are other ways that allow sharing a single IP address
315 between several HTTPS servers. 315 between several HTTPS servers.
316 However, all of them have their drawbacks. 316 However, all of them have their drawbacks.
317 One way is to use a certificate with several names in 317 One way is to use a certificate with several names in
318 the SubjectAltName certificate field, for example, 318 the SubjectAltName certificate field, for example,
319 <literal>www.example.com</literal> and <literal>www.example.org</literal>. 319 <literal>www.example.com</literal> and <literal>www.example.org</literal>.