I have a peculiar problem. For some reason as the clock struck midnight on February 1st, cron is now running certbot every minute trying to renew a certificate.
When running sudo crontab -l
I get the following output, which I can't really understand the syntax of;
* * */89 * * sudo certbot renew
I personally can get my head around what that /89 is supposed to mean.
Anyone seen anything like this before with certbot? If I check the /etc/cron.d/certbot file, it's just there as it should be, running twice a day.