Skip to content

Instantly share code, notes, and snippets.

@MathijsK93
Created December 22, 2015 07:52
Show Gist options
  • Save MathijsK93/cda5ac8db64874a71de3 to your computer and use it in GitHub Desktop.
Save MathijsK93/cda5ac8db64874a71de3 to your computer and use it in GitHub Desktop.
Automated Letsencrypt renewal on Cloud66
sudo service nginx stop && /home/{username}/letsencrypt/letsencrypt-auto --renew certonly --standalone -d domain.com -d www.domain.com && sudo service nginx start
@MathijsK93
Copy link
Author

For the cron i use: 00 03 1 * * (every month)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment