Is it possible to tell certbot not to email me every day when running on cronjob?
My cronjob is:
0 0 * * * sudo /usr/bin/certbot renew --post-hook "sudo service nginx reload"
And I get emails:
Cert not yet due for renewal
I only want to get emailed when a certificate is up for renewal, failed to renew, or has been renewed.
I don't need to be notified daily that there is nothing to renew.