Hello,
For the last couple of months I have been creating new certificates for subdomains of safeticket.dk.
I have created them at around 20 certificates per week, hitting the rate limit occasionally.
Now the first of those certificates have started to be renewed with 30 days left before expiration.
The renewals work fine but new certificates are failing, with a rate limit error:
acme-client: transfer buffer: [{ "type": "urn:acme:error:rateLimited", "detail": "Error creating new cert :: too many certificates already issued for: safeticket.dk", "status": 429 }] (157 bytes)
From the page about rate limiting, I get the impression that new certificates should not be prevented due to renewals.
Note that the Renewal Exemption also means you can gradually increase the number of certificates available to your subdomains. You can issue 20 certificates in week 1, 20 more certificates in week 2, and so on, while not interfering with renewals of existing certificates.
If however this is the case, this basically limits the total number of certificates per registered domain to around 170 if renewal happens every 60 days.
https://crt.sh/?q=%25.safeticket.dk
All the dev.safeticket.dk certificates are renewals.
I know I can work around this by putting more names in each certificate but I'd rather prefer to have one certificate for each subdomain as it keeps the whole setup much simpler.
I hope someone can shed some light on this. From my point of view, either the rate limiting has a bug or the documentation is wrong.
Thanks.
/Christian