From 08fccd7ae1e846c20f637ec37cafd80d78ede9de Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Tue, 8 Mar 2016 12:50:24 +0000 Subject: [PATCH] Fixed missing / in tag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734067 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ssl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 5a4da67d6a..02ce35f0e3 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -914,7 +914,7 @@ When using multiple certificates to support different authentication algorithms to either use custom DH parameters (preferably) by adding them to the first certificate file (as described above), or to order the SSLCertificateFile directives such that RSA/DSA -certificates are placed after the ECC one. +certificates are placed after the ECC one.

This is due to a limitation in older versions of OpenSSL which don't let the -- 2.50.1