You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2018/02/19 16:51:19 UTC

svn commit: r1824779 - /httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml

Author: jorton
Date: Mon Feb 19 16:51:19 2018
New Revision: 1824779

URL: http://svn.apache.org/viewvc?rev=1824779&view=rev
Log:
Fix description of SSLProxyMachineCertificatePath to match the
implementation.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml?rev=1824779&r1=1824778&r2=1824779&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml Mon Feb 19 16:51:19 2018
@@ -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>