Don't output the config, oops
This commit is contained in:
parent
64f4d34eec
commit
5227a943a9
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ echo "Certbot complete!"
|
|||
sed -i "s|ssl_certificate .*|ssl_certificate /etc/letsencrypt/live/${LETSENCRYPT_DOMAINS}/fullchain.pem;|g" /etc/nginx/sites-enabled/default-ssl
|
||||
sed -i "s|ssl_certificate_key .*|ssl_certificate_key /etc/letsencrypt/live/${LETSENCRYPT_DOMAINS}/privkey.pem;|g" /etc/nginx/sites-enabled/default-ssl
|
||||
echo "Reloading Nginx"
|
||||
cat /etc/nginx/sites-enabled/default-ssl
|
||||
nginx -s reload
|
||||
# Sleep for 24 hours and try again tomorrow with a renewal, just in case.
|
||||
sleep 86400
|
||||
|
|
|
|||
Loading…
Reference in a new issue