Skip to content

Instantly share code, notes, and snippets.

@codeachange
Created October 19, 2017 13:41
Show Gist options
  • Save codeachange/e61a8532f3dddf5f6365b63d002aaed7 to your computer and use it in GitHub Desktop.
Save codeachange/e61a8532f3dddf5f6365b63d002aaed7 to your computer and use it in GitHub Desktop.
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