From 35ec084682b7bd689afb74331f0da264e8bf54b0 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Thu, 9 Mar 2023 01:17:29 -0600 Subject: [PATCH] Tweak SSL configuration --- config/apache/standardebooks.org.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/apache/standardebooks.org.conf b/config/apache/standardebooks.org.conf index fb505236..d33cbe3a 100644 --- a/config/apache/standardebooks.org.conf +++ b/config/apache/standardebooks.org.conf @@ -63,8 +63,8 @@ Define webroot /standardebooks.org/web RedirectPermanent / https://${domain}/ SSLEngine on - SSLCertificateFile /etc/letsencrypt/live/standardebooks.com/fullchain.pem - SSLCertificateKeyFile /etc/letsencrypt/live/standardebooks.com/privkey.pem + SSLCertificateFile /etc/letsencrypt/live/${domain}/fullchain.pem + SSLCertificateKeyFile /etc/letsencrypt/live/${domain}/privkey.pem Header always set Strict-Transport-Security "max-age=15768000"