changeset 782:2ceaef0e84a1

Added a phrase about wildcard certificates into the English version of configuring_https_servers.xml that first appeared in Russian translation. While here, paraphrased one nearby sentence.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 11 Dec 2012 13:36:37 +0000
parents 1ff2580fd5de
children 6e63a58b28cf
files xml/en/docs/http/configuring_https_servers.xml xml/ru/docs/http/configuring_https_servers.xml
diffstat 2 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/configuring_https_servers.xml	Tue Dec 11 08:12:11 2012 +0000
+++ b/xml/en/docs/http/configuring_https_servers.xml	Tue Dec 11 13:36:37 2012 +0000
@@ -8,7 +8,7 @@
 <article name="Configuring HTTPS servers"
          link="/en/docs/http/configuring_https_servers.html"
          lang="en"
-         rev="3"
+         rev="4"
          author="Igor Sysoev"
          editor="Brian Mercer">
 
@@ -313,8 +313,9 @@
          name="An SSL certificate with several names">
 
 <para>
-There are other ways to share a single IP address between several
-HTTPS servers, however, all of them have drawbacks.
+There are other ways that allow to share a single IP address
+between several HTTPS servers.
+However, all of them have their drawbacks.
 One way is to use a certificate with several names in
 the SubjectAltName certificate field, for example,
 <literal>www.example.com</literal> and <literal>www.example.org</literal>.
@@ -324,6 +325,8 @@
 <para>
 Another way is to use a certificate with a wildcard name, for example,
 <literal>*.example.org</literal>.
+A wildcard certificate secures all subdomains of the specified domain,
+but only on one level.
 This certificate matches <literal>www.example.org</literal>, but does not match
 <literal>example.org</literal> and <literal>www.sub.example.org</literal>.
 These two methods can also be combined.
--- a/xml/ru/docs/http/configuring_https_servers.xml	Tue Dec 11 08:12:11 2012 +0000
+++ b/xml/ru/docs/http/configuring_https_servers.xml	Tue Dec 11 13:36:37 2012 +0000
@@ -8,7 +8,7 @@
 <article name="Настройка HTTPS-серверов"
          link="/ru/docs/http/configuring_https_servers.html"
          lang="ru"
-         rev="3"
+         rev="4"
          author="Игорь Сысоев"
          editor="Brian Mercer">