Hacker News new | ask | show | jobs
by cookiengineer 1218 days ago
Advantage of certbot: a systemd timer that runs every other week is very easy to write, because "certbot renew" doesn't need any user interactions.

So it's literally < 10 lines of systemd unit file to automate it.

1 comments

Or one line of cron.
> Or one line of cron.

For each distro, with each having their own format and own crond implementation, at each different file paths.