]> granicus.if.org Git - apache/commitdiff
Fix description of SSLProxyMachineCertificatePath to match the
authorJoe Orton <jorton@apache.org>
Mon, 19 Feb 2018 16:51:19 +0000 (16:51 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 19 Feb 2018 16:51:19 +0000 (16:51 +0000)
implementation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1824779 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index f6b6a0c6b45cdd2f108d2639f3100f52f5f54f22..3d51048fc3792c399c1144633b6cde901b6ce1de 100644 (file)
@@ -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.
 </p>
-<p>The files in this directory must be PEM-encoded and are accessed through
-hash filenames. Additionally, you must create symbolic links named
-<code><em>hash-value</em>.N</code>. And you should always make sure this
-directory contains the appropriate symbolic links.</p>
+<p>
+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.
+</p>
 <note type="warning">
 <p>Currently there is no support for encrypted private keys</p>
 </note>