Note about letsencrypt service outages

This commit is contained in:
Bob Mottram 2017-05-19 22:15:23 +01:00
parent 185b872d3e
commit 406729c4cf
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ function add_cert_letsencrypt {
certbot certonly -n --server $LETSENCRYPT_SERVER --standalone -d $LETSENCRYPT_HOSTNAME --renew-by-default --agree-tos --email $MY_EMAIL_ADDRESS
if [ ! "$?" = "0" ]; then
echo $"Failed to install letsencrypt for domain $LETSENCRYPT_HOSTNAME"
echo $'Also see https://letsencrypt.status.io to check for any service outages'
chgrp -R ssl-cert /etc/letsencrypt
chmod -R g=rX /etc/letsencrypt
systemctl start nginx