From 1205b404112c7768516630e94e02a010a5eaf1ba Mon Sep 17 00:00:00 2001 From: Gregor Dschung Date: Sun, 27 Mar 2016 10:54:41 +0200 Subject: [PATCH] Revise the concatenation order for fullchain.pem --- docs/using.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using.rst b/docs/using.rst index 463680389..66c5907ae 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -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 `_,