move apache ssl file to avoid certbot owned dir
[basic-https-conf] / apache-site
index 8d26f99fc52818c9c0980ce2b2355931772f5ed2..8ff08b8d63594bdffd2dbb19dea991d31cf41a3f 100755 (executable)
@@ -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 <<EOF
         SSLCertificateFile $cert_dir/$h-chained.pem
         SSLCertificateKeyFile $cert_dir/$h-domain.key