What is the cron for auto updating LetsEncrypt

Can someone please help me with the cron for auto updating LetsEncrypt certs?

I am on Ubuntu 22.04, any other info you need?

You should have already a cron job to update Let’s Encrypt certificates:

crontab -l -u admin | grep letsencrypt

You will see something like this:

44 2 * * * sudo /usr/local/hestia/bin/v-update-letsencrypt-ssl
2 Likes

Thanks Sahsanu!
I had to

ubuntu@fr:~$ sudo crontab -l -u admin | grep letsencrypt

Yes you are right. I noticed this entry, slightly different as yours…

21 5 * * * sudo /usr/local/hestia/bin/v-update-letsencrypt-ssl

Oh… I found it in the cron jobs on the admin user also! Sorry and thanks for the help!

That is fine

We randomly generate the minute / hour mark to prevent LE servers to get DDOS due to updating Hestia at the same time …

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.