From 2d53edb7809134ff8bc4098da9288864cdb60fc9 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Tue, 15 Jan 2019 20:48:26 -0500 Subject: [PATCH] portal/cert: clarify intermediate cert requests nowadays intermediates are just included in the pem, and not stored separately. --- cert.mlt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cert.mlt b/cert.mlt index c212236..d240aae 100644 --- a/cert.mlt +++ b/cert.mlt @@ -142,7 +142,7 @@ elseif $"mod" <> "" then

The instructions on our wiki for creating SSL certificates may be helpful.

-

If you need to install an intermediate certificate, please include the url to either the certificate or the CA's webpage (e.g. Gandi, StartSSL) in your additional comments.

+

If you need to install intermediate certificates, please include the intermediate certificate chain in the combined pem file after the private key.

-- 2.20.1