From d15505050d3e861c3853e97d53a6a4178af919c2 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Sat, 25 May 2019 11:06:41 -0400 Subject: [PATCH] fix thunix.net.conf --- .../files/etc/apache2/sites-available/thunix.net.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/webserver/files/etc/apache2/sites-available/thunix.net.conf b/roles/webserver/files/etc/apache2/sites-available/thunix.net.conf index f577b81..9ba1253 100644 --- a/roles/webserver/files/etc/apache2/sites-available/thunix.net.conf +++ b/roles/webserver/files/etc/apache2/sites-available/thunix.net.conf @@ -33,8 +33,8 @@ RewriteEngine on RewriteRule ^ https://www.%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] Include /etc/letsencrypt/options-ssl-apache.conf -SSLCertificateFile /etc/letsencrypt/live/thunix.net/fullchain.pem -SSLCertificateKeyFile /etc/letsencrypt/live/thunix.net/privkey.pem +SSLCertificateFile /etc/letsencrypt/live/thunix.net-0001/fullchain.pem +SSLCertificateKeyFile /etc/letsencrypt/live/thunix.net-0001/privkey.pem