Added cert bin, changed default ssl location for template

This commit is contained in:
root
2020-01-09 04:35:33 -05:00
parent 35b7825969
commit 8c66613e32
7 changed files with 36 additions and 28 deletions
+5
View File
@@ -53,5 +53,10 @@ RewriteFile .htaccess
enable 0
logLevel 0
}
vhssl {
keyFile /etc/letsencrypt/live/$VH_NAME/privkey.pem
certFile /etc/letsencrypt/live/$VH_NAME/fullchain.pem
}
}