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,6 +238,7 @@ function add_cert_letsencrypt {
238 238
     certbot certonly -n --server $LETSENCRYPT_SERVER --standalone -d $LETSENCRYPT_HOSTNAME --renew-by-default --agree-tos --email $MY_EMAIL_ADDRESS
239 239
     if [ ! "$?" = "0" ]; then
240 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 242
         chgrp -R ssl-cert /etc/letsencrypt
242 243
         chmod -R g=rX /etc/letsencrypt
243 244
         systemctl start nginx