mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Revise the concatenation order for fullchain.pem
This commit is contained in:
parent
5732846109
commit
1205b40411
1 changed files with 1 additions and 1 deletions
|
|
@ -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>`_,
|
||||
|
|
|
|||
Loading…
Reference in a new issue