Merge pull request #2722 from chkpnt/patch-1

Revise the concatenation order for fullchain.pem
This commit is contained in:
schoen 2016-03-30 16:37:25 -07:00
commit 86e5832a8a

View file

@ -313,7 +313,7 @@ The following files are available:
``fullchain.pem``
All certificates, **including** server certificate. This is
concatenation of ``chain.pem`` and ``cert.pem``.
concatenation of ``cert.pem`` and ``chain.pem``.
This is what Apache >= 2.4.8 needs for `SSLCertificateFile
<https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslcertificatefile>`_,