iankelling.org
/
git
/
basic-https-conf
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c508e5
)
move apache ssl file to avoid certbot owned dir
author
Ian Kelling
<ian@iankelling.org>
Sat, 15 Apr 2017 08:58:04 +0000
(
01:58
-0700)
committer
Ian Kelling
<ian@iankelling.org>
Sat, 15 Apr 2017 08:58:04 +0000
(
01:58
-0700)
apache-site
patch
|
blob
|
history
diff --git
a/apache-site
b/apache-site
index 8d26f99fc52818c9c0980ce2b2355931772f5ed2..8ff08b8d63594bdffd2dbb19dea991d31cf41a3f 100755
(executable)
--- 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 <<EOF
SSLCertificateFile $cert_dir/$h-chained.pem
SSLCertificateKeyFile $cert_dir/$h-domain.key