From 0624805121b46e9ea585c1be515aa33d5b181b24 Mon Sep 17 00:00:00 2001 From: btatu Date: Fri, 22 Jul 2022 11:55:38 +0200 Subject: [PATCH] Ajout de la directive SSLCertificateChainFile --- HowtoMatomo.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HowtoMatomo.md b/HowtoMatomo.md index d4f559bc..7c96d4d6 100644 --- a/HowtoMatomo.md +++ b/HowtoMatomo.md @@ -42,7 +42,8 @@ On conseil au moins l'usage de ces directives dans `/etc/apache2/sites-enabled/m SSLEngine on SSLProtocol all -SSLv2 -SSLv3 SSLCertificateKeyFile /etc/letsencrypt/live/domaine-matomo-instance.com/privkey.pem - SSLCertificateFile /etc/letsencrypt/live/domaine-matomo-instance.com/fullchain.pem + SSLCertificateFile /etc/letsencrypt/live/domaine-matomo-instance.com/cert.pem + SSLCertificateChainFile /etc/letsencrypt/live/domaine-matomo-instance.com/chain.pem AssignUserID matomo matomo