Browse Source

Note about letsencrypt service outages

Bob Mottram 7 years ago
parent
commit
406729c4cf
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-addcert

+ 1
- 0
src/freedombone-addcert View File

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