]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix copy and paste docs error.
authorRainer Jung <rjung@apache.org>
Mon, 1 Jun 2015 15:53:59 +0000 (15:53 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 1 Jun 2015 15:53:59 +0000 (15:53 +0000)
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

docs/manual/mod/mod_ssl.xml

index 07a3459581491b4e56def069ab86e660fafca9d3..eb34522933448d97db56c5b9d4a006f2e30faf11 100644 (file)
@@ -841,7 +841,7 @@ to configure the intermediate CA chain on a per-certificate basis.
 <p>
 Custom DH parameters and an EC curve name for ephemeral keys,
 can also be added to end of the first file configured using
-<directive module="mod_ssl">SSLCertificateChainFile</directive>.
+<directive module="mod_ssl">SSLCertificateFile</directive>.
 This is supported in version 2.4.7 or later.
 Such parameters can be generated using the commands
 <code>openssl dhparam</code> and <code>openssl ecparam</code>.