diff --git a/docs/manual/ssl/ssl_howto.html.en b/docs/manual/ssl/ssl_howto.html.en index 0e597d5dc4..d095a95d98 100644 --- a/docs/manual/ssl/ssl_howto.html.en +++ b/docs/manual/ssl/ssl_howto.html.en @@ -53,10 +53,12 @@ following directives.

Listen 443
<VirtualHost _default_:443>
+ ServerName www.domain.com
SSLEngine on
SSLCertificateFile /path/to/www.comain.com.cert
SSLCertificateKeyFile /path/to/www.domain.com.key
+
</VirtualHost>

diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml index 276be6a8fc..6851ca5e6b 100644 --- a/docs/manual/ssl/ssl_howto.xml +++ b/docs/manual/ssl/ssl_howto.xml @@ -51,10 +51,12 @@ following directives.

Listen 443
<VirtualHost _default_:443>
+ ServerName www.domain.com
SSLEngine on
SSLCertificateFile /path/to/www.comain.com.cert
SSLCertificateKeyFile /path/to/www.domain.com.key
+
</VirtualHost>