From 79707a58470ef41c8b1f07d1b9fb5b4cbfe46c6c Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sat, 15 Apr 2017 01:58:04 -0700 Subject: [PATCH] move apache ssl file to avoid certbot owned dir --- apache-site | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache-site b/apache-site index 8d26f99..8ff08b8 100755 --- a/apache-site +++ b/apache-site @@ -174,7 +174,7 @@ fi if $ssl; then - certbot_ssl_conf=/etc/letsencrypt/options-ssl-apache.conf + certbot_ssl_conf=/etc/apache2/apache-site-ssl.conf cat >>$vhost_file <