From 148f8bf7c355fdea0d81a741202480fcfe5cdd32 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Mon, 4 Jul 2016 21:33:22 +0200 Subject: [PATCH] Stop using SSLCertificateChainFile It's deprecated since apache 2.4, the chain now lives with the certificate. --- modules/apache2/files/puppet-ssl-macros | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/apache2/files/puppet-ssl-macros b/modules/apache2/files/puppet-ssl-macros index e19a000dc..75bdecc2d 100644 --- a/modules/apache2/files/puppet-ssl-macros +++ b/modules/apache2/files/puppet-ssl-macros @@ -9,9 +9,8 @@ SSLEngine on - SSLCertificateFile /etc/ssl/debian/certs/$name.crt + SSLCertificateFile /etc/ssl/debian/certs/$name.crt-chained SSLCertificateKeyFile /etc/ssl/private/$name.key - SSLCertificateChainFile /etc/ssl/debian/certs/$name.crt-chain -- 2.20.1