We are a small website/CMS platform. A single server running certbot hosts approx. 1000 certs for client websites which are not on the same server.
Cert renewals are automated via certbot.timer.
I would like to make sure that we are not attempting to renew certs for clients who have cancelled.
I do not want to remove or revoke the certs in case the cancellation is temporary.
Can I prevent renewal attempts for certain domains by removing domain.conf files from /etc/letsencrypt/renewal?
Or, what is the recommended way to prevent renewal attempts? Thanks!