From: Joe Orton
Date: Mon, 19 Feb 2018 16:51:19 +0000 (+0000)
Subject: Fix description of SSLProxyMachineCertificatePath to match the
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=869a448bb158ce35799b85e8306a309ef10c3a40;p=apache
Fix description of SSLProxyMachineCertificatePath to match the
implementation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1824779 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index f6b6a0c6b4..3d51048fc3 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -1773,10 +1773,11 @@ SSLStrictSNIVHostCheck on
This directive sets the directory where you keep the certificates and
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.
+
+mod_ssl will attempt to load every file inside the specified
+directory, but will ignore any sub-directories. Each file should
+contain a PEM-encoded certificate and matching private key.
+
Currently there is no support for encrypted private keys