From 9f7d847e8e6b7564f8315c242681468aea934c31 Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Fri, 11 Jan 2008 03:36:51 +0000 Subject: [PATCH] Link to an explaination of the password format used in an example. (Suggested by Jack D. Pond) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@611035 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/ssl/ssl_howto.html.en | 6 +++++- docs/manual/ssl/ssl_howto.xml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/manual/ssl/ssl_howto.html.en b/docs/manual/ssl/ssl_howto.html.en index 283dcb065e..c3e0f610ef 100644 --- a/docs/manual/ssl/ssl_howto.html.en +++ b/docs/manual/ssl/ssl_howto.html.en @@ -204,7 +204,11 @@ AuthBasicProvider file 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 50f61d7a62..181fb62a26 100644
--- a/docs/manual/ssl/ssl_howto.xml
+++ b/docs/manual/ssl/ssl_howto.xml
@@ -208,7 +208,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
-- 
2.40.0