From: Vincent Bray Date: Fri, 11 Jan 2008 03:43:27 +0000 (+0000) Subject: Backport r611035 from trunk (link to SSLOptions for explanation of password example) X-Git-Tag: 2.0.64~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35dc8e01c59762e6bc914e2c0f38e2e6cc0f2591;p=thirdparty%2Fapache%2Fhttpd.git Backport r611035 from trunk (link to SSLOptions for explanation of password example) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@611038 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/ssl/ssl_howto.html.en b/docs/manual/ssl/ssl_howto.html.en index 619bdc802dc..a55bb154b0b 100644 --- a/docs/manual/ssl/ssl_howto.html.en +++ b/docs/manual/ssl/ssl_howto.html.en @@ -195,7 +195,11 @@ AuthType Basic AuthUserFile /usr/local/apache2/conf/httpd.passwd require valid-user </Directory> - + +

The password used in this example is the DES encrypted string "password". + See the SSLOptions docs for more + information.

+

httpd.passwd

 /C=DE/L=Munich/O=Snake Oil, Ltd./OU=Staff/CN=Foo:xxj31ZMTZzkVA
 /C=US/L=S.F./O=Snake Oil, Ltd./OU=CA/CN=Bar:xxj31ZMTZzkVA
diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml
index 536c4bc326b..a06cfe40b74 100644
--- a/docs/manual/ssl/ssl_howto.xml
+++ b/docs/manual/ssl/ssl_howto.xml
@@ -201,7 +201,11 @@ AuthUserFile         /usr/local/apache2/conf/httpd.passwd
 require              valid-user
 </Directory>
- + +

The password used in this example is the DES encrypted string "password". + See the SSLOptions docs for more + information.

+ httpd.passwd
 /C=DE/L=Munich/O=Snake Oil, Ltd./OU=Staff/CN=Foo:xxj31ZMTZzkVA
 /C=US/L=S.F./O=Snake Oil, Ltd./OU=CA/CN=Bar:xxj31ZMTZzkVA