Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCertbot adds a cron to update certs too #1421
Open
Comments
|
I think it is safe to remove /etc/cron.d/certbot. My cert's renewed today, certbot ran first (midnight) but did not renew any certs (pretty sure due to the fact we use custom path's) and when management/daily_tasks.sh ran it did renew certs. I've removed /etc/cron.d/certbot and will report back next renewal if there are any ill effects. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Certbot adds a cron at /etc/cron.d/certbot to renew certs.
Should decide if we want to use certbot's implementation on renewal or our own. I haven't dug into management/ssl_certificates.py to see how they differ.