Created
October 19, 2017 13:41
-
-
Save codeachange/e61a8532f3dddf5f6365b63d002aaed7 to your computer and use it in GitHub Desktop.
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
wget https://dl.eff.org/certbot-auto | |
chmod a+x ./certbot-auto | |
./certbot-auto | |
# cron job | |
0 0 1 * * /opt/certbot-auto renew >> /var/log/certbot-renew.log | |
# Reference | |
# https://certbot.eff.org/docs/install.html#certbot-auto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment