From fb170260360e31adb7b68ead8280893c1dc8a90a Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Mon, 5 Mar 2012 00:45:16 +0000
Subject: [PATCH] As per
https://issues.apache.org/bugzilla/show_bug.cgi?id=49562, remove references
to a Makefile that no longer exists. If you are able to provide more details
here, that would be great.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1296915 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_ssl.html.en | 20 ++++++--------------
docs/manual/mod/mod_ssl.xml | 20 ++++++--------------
2 files changed, 12 insertions(+), 28 deletions(-)
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index d64fb5a30b3..6349f1f657b 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -219,8 +219,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/
@@ -285,9 +284,7 @@ details.
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.
+this directory contains the appropriate symbolic links.
Example
SSLCADNRequestPath /usr/local/apache2/conf/ca-names.crt/
@@ -334,8 +331,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/
@@ -1070,8 +1066,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
SSLProxyCACertificatePath /usr/local/apache2/conf/ssl.crt/
@@ -1118,8 +1113,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
SSLProxyCARevocationPath /usr/local/apache2/conf/ssl.crl/
@@ -1251,9 +1245,7 @@ keys used for authentication of the proxy server to remote servers.
The files in this directory must be PEM-encoded and are accessed through
hash filenames. Additionally, you must 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.
-
+directory contains the appropriate symbolic links.
Currently there is no support for encrypted private keys
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 82a72a2ab46..43189bebccb 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -850,8 +850,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/
@@ -945,9 +944,7 @@ details.
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.
+this directory contains the appropriate symbolic links.
Example
SSLCADNRequestPath /usr/local/apache2/conf/ca-names.crt/
@@ -972,8 +969,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/
@@ -1424,9 +1420,7 @@ keys used for authentication of the proxy server to remote servers.
The files in this directory must be PEM-encoded and are accessed through
hash filenames. Additionally, you must 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.
-
+directory contains the appropriate symbolic links.
Currently there is no support for encrypted private keys
@@ -1668,8 +1662,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
SSLProxyCACertificatePath /usr/local/apache2/conf/ssl.crt/
@@ -1716,8 +1709,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
SSLProxyCARevocationPath /usr/local/apache2/conf/ssl.crl/
--
2.47.2