Last active
October 23, 2019 20:27
-
-
Save recursivecodes/e05ce7c813b9939103e40c3025bb6c73 to your computer and use it in GitHub Desktop.
certbot-email.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Saving debug log to /var/log/letsencrypt/letsencrypt.log | |
Plugins selected: Authenticator standalone, Installer None | |
Enter email address (used for urgent renewal and security notices) (Enter 'c' to | |
cancel): | |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | |
Please read the Terms of Service at | |
https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf. You must | |
agree in order to register with the ACME server at | |
https://acme-v02.api.letsencrypt.org/directory | |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | |
(A)gree/(C)ancel: | |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | |
Would you be willing to share your email address with the Electronic Frontier | |
Foundation, a founding partner of the Let's Encrypt project and the non-profit | |
organization that develops Certbot? We'd like to send you email about our work | |
encrypting the web, EFF news, campaigns, and ways to support digital freedom. | |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | |
(Y)es/(N)o: | |
Please enter in your domain name(s) (comma and/or space separated) (Enter 'c' | |
to cancel): node-red.toddrsharp.com | |
Obtaining a new certificate | |
Performing the following challenges: | |
http-01 challenge for node-red.toddrsharp.com | |
Waiting for verification... | |
Cleaning up challenges | |
IMPORTANT NOTES: | |
- Congratulations! Your certificate and chain have been saved at: | |
/etc/letsencrypt/live/node-red.toddrsharp.com/fullchain.pem | |
Your key file has been saved at: | |
/etc/letsencrypt/live/node-red.toddrsharp.com/privkey.pem | |
Your cert will expire on 2020-01-20. To obtain a new or tweaked | |
version of this certificate in the future, simply run certbot-auto | |
again. To non-interactively renew *all* of your certificates, run | |
"certbot-auto renew" | |
- If you like Certbot, please consider supporting our work by: | |
Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate | |
Donating to EFF: https://eff.org/donate-le |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment