From: Tony Stevenson Date: Fri, 2 Nov 2007 14:34:01 +0000 (+0000) Subject: Fixed as per PR#28112 X-Git-Tag: 2.0.62~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67a7b430295bf71521de9072c5e9f9fdc3b37d87;p=thirdparty%2Fapache%2Fhttpd.git Fixed as per PR#28112 This was already fixed in 2.2, so just back-porting. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@591348 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index 94c42d9d75e..7c50d2f8837 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -196,8 +196,7 @@ The files in this directory have to be PEM-encoded and are accessed through hash filenames. So usually you can't just place the Certificate files there: you also have to create symbolic links named hash-value.N. And you should always make sure this directory -contains the appropriate symbolic links. Use the Makefile which -comes with mod_ssl to accomplish this task.

+contains the appropriate symbolic links.

Example

SSLCACertificatePath /usr/local/apache2/conf/ssl.crt/

@@ -244,8 +243,7 @@ The files in this directory have to be PEM-encoded and are accessed through hash filenames. So usually you have not only to place the CRL files there. Additionally you have to create symbolic links named hash-value.rN. And you should always make sure this directory -contains the appropriate symbolic links. Use the Makefile which -comes with mod_ssl to accomplish this task.

+contains the appropriate symbolic links.

Example

SSLCARevocationPath /usr/local/apache2/conf/ssl.crl/

diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index f3eb45dc562..9a47285f74e 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -1,4 +1,4 @@ - + @@ -776,8 +776,7 @@ The files in this directory have to be PEM-encoded and are accessed through hash filenames. So usually you can't just place the Certificate files there: you also have to create symbolic links named hash-value.N. And you should always make sure this directory -contains the appropriate symbolic links. Use the Makefile which -comes with mod_ssl to accomplish this task.

+contains the appropriate symbolic links.

Example SSLCACertificatePath /usr/local/apache2/conf/ssl.crt/ @@ -824,8 +823,7 @@ The files in this directory have to be PEM-encoded and are accessed through hash filenames. So usually you have not only to place the CRL files there. Additionally you have to create symbolic links named hash-value.rN. And you should always make sure this directory -contains the appropriate symbolic links. Use the Makefile which -comes with mod_ssl to accomplish this task.

+contains the appropriate symbolic links.

Example SSLCARevocationPath /usr/local/apache2/conf/ssl.crl/