When we run letsencrypt renew, it process all previously issued certificates. However, I combined subdomains to keep us under the rate limits. But the renew process still tries to renew the certificates I no longer need. How do I remove them so it stops trying to renew them?
The solution to this is to remove the .conf files from /etc/letsencrypt/renew that you no longer want to renew.
Thank you, bret.miller! Exactly what I was looking for. On my system it was in ‘/etc/letsencrypt/renewal’. Hope this helps someone else.