Hi there i saw this statement in the docs:
Ghost’s CLI tool attempts to automatically configure SSL certificates for all new Ghost installs with Let’s Encrypt by default.
But i was wondering if it also renew it automatically when expires?
Thanks.
It should, yes! The cli uses acme.sh to manage SSL certificates, which internally schedules a cron job to renew certificates (and reload nginx) as needed.
1 Like
“Oh, great to hear that! However, when I ran crontab -l
, I didn’t see any scheduled cron commands.”
I think there’s a separate user for it, possibly le-bot
1 Like