Skip to content

Instantly share code, notes, and snippets.

@mkrupczak3
Created September 12, 2020 05:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkrupczak3/f6f2765249cf9c6834f128bdea71c9bf to your computer and use it in GitHub Desktop.
Save mkrupczak3/f6f2765249cf9c6834f128bdea71c9bf to your computer and use it in GitHub Desktop.
A crontab correction for newer versions of let's encrypt with Forest Hoffman's Wordpress Https Docker config
root@urmum:~/projects/nginx_proxy# cat newcrontab
# Renew Let's Encrypt SSL Certificates that have < 30 days to go,
# in the morning (UTC time).
0 11 * * * certbot renew --quiet
root@urmum:~/projects/nginx_proxy# diff crontab newcrontab
3c3,4
< 0 11 * * * /usr/bin/certbot renew --quiet
---
> 0 11 * * * certbot renew --quiet
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment