Hi, I’m trying since two weeks request new certificates for new subdomains. But i’m facing all time with the “too many certificates already issued for exact set of domains” error.
I don’t know how debug all my let’s encrypt request for all my servers. But if the limit is 20 new certificates per week I should be able to create new one.
Maybe some machine is requesting infinite certs? That certs would be copies and i want generate new one with new subdomain. How can i debug it?
Although I'm not sure what is traefik, I'm suspecting it would act like a docker environment (I mean in apply for certificate)... Hense if you redeploy or edit, it's easy to hit the rate limit....
(Try to apply & renew the certificate outside this environment & copy the certificate to it instead)
I think this is the problem (there are other threads). If you use kubernetes, you must store the account-keys and the certificates outside of this environment.
So if you destroy und recreate your environment, the older account keys and certificates can be reused.
But im facing with “too many certificates already issued for exact set of domains”, last certificate requested (using https://transparencyreport.google.com/https/certificates) was on Jul 5, today is 16 and i still with same issue.