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