From: Rainer Jung Date: Mon, 1 Jun 2015 15:53:59 +0000 (+0000) Subject: Fix copy and paste docs error. X-Git-Tag: 2.4.13~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e445d59e484a7b57d4f2bbeeff3f6007db008d45;p=thirdparty%2Fapache%2Fhttpd.git Fix copy and paste docs error. Backport of r1682937 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1682939 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 07a34595814..eb345229334 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -841,7 +841,7 @@ to configure the intermediate CA chain on a per-certificate basis.

Custom DH parameters and an EC curve name for ephemeral keys, can also be added to end of the first file configured using -SSLCertificateChainFile. +SSLCertificateFile. This is supported in version 2.4.7 or later. Such parameters can be generated using the commands openssl dhparam and openssl ecparam.