Created
December 22, 2015 07:52
-
-
Save MathijsK93/cda5ac8db64874a71de3 to your computer and use it in GitHub Desktop.
Automated Letsencrypt renewal on Cloud66
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
sudo service nginx stop && /home/{username}/letsencrypt/letsencrypt-auto --renew certonly --standalone -d domain.com -d www.domain.com && sudo service nginx start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the cron i use: 00 03 1 * * (every month)