Hacker News new | ask | show | jobs
by warcode 3517 days ago
I just used https://certbot.eff.org/

Put "certbot-auto renew --quiet --no-self-upgrade" in crontab and it does its own thing.

3 comments

Visiting that website was eye opening.

Previously I had a monthly crontab script that updates my LE cert, but now it seems that certbot has been backported to my server's OS (Debian Jessie) which makes my script redundant.

I'll be glad to retire my script. :)

same here. i have a video/article on it (single page, no docker thrown in because whatever "not-so-well-sandboxed third-party code on your server" means): https://serversforhackers.com/video/letsencrypt-for-free-eas...

(sidenote: Would be interested to hear if there's actually any security issues with putting the certbot client on your machine)

How do people not know this? It's literally the frist thing they tell you in the get started section of LE