obynio / certbot-plugin-gandi

Certbot plugin for authentication using Gandi LiveDNS
https://pypi.org/project/certbot-plugin-gandi/
MIT License
194 stars 27 forks source link

cron expression wrong? #8

Closed ayedo closed 5 years ago

ayedo commented 5 years ago

Hi!

First of all, thanks for your work on this plugin.

I've entered the cron expression provided in the README into a cron verifier:

https://crontab.guru/#*_1_*_*_1

It claims to run “At every minute past hour 1 on Monday.”

Should't it be something like: "0 0 0" instead?

obynio commented 5 years ago

Not a big deal. It just mean it will run at 01:00:00 every Monday. I just replaced it by yours which seems more meaningful.