mattrobineau / stories

Community driven link aggregater for .Net written in C#
MIT License
1 stars 1 forks source link

Lets Encrypt certificate is not renewing with cronjob #43

Open mattrobineau opened 7 years ago

mattrobineau commented 7 years ago

When cert expires, cronjob does not renew the cert.

mattrobineau commented 6 years ago

Modification of root's cron didn't work (crontab -e)

Realized that a simple nginx reload fixed the SSL issue (which is what I was trying to do with root's cron).

Located the cron for certbot in /etc/cron.d/certbot. I added the --post-hook option to that cron job. Waiting for results.