Cronjob renewal every two month

Hello!

A cronjob is executing a wrapper.sh every day to check if a cert must be renewed.
40 10 * * * /root/letsencrypt/certbot-master/wrapper.sh

Now the certbot renews the cert every two month. Where is this defined and how do I change it to three months?

Kind regards

Andreas

Hi @porrier

that's a bad idea.

Letsencrypt certificates are only 90 days valid.

So if you renew certificates every 3 months, they may be expired. That's something you don't really want.

PS: It's defined in the renew files.

Check

https://certbot.eff.org/docs/using.html

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