Hi,
we and others encounter the following problem:
we want to renew certs that are made for serverfarms where each server has it’s unique set of subdomainnames like this :
a1.domain.de www.a1.domain.de subdomain.a1.domain.de
a2.domain.de …
a3.domain.de …
a4.domain.de …
a5.domain.de …
a6.domain.de …
a7.domain.de …
a8.domain.de …
a9.domain.de …
a10.domain.de …
registering them in the beginning was no big deal, but renewing them now, seems to be impossible due to ratelimits.
- ERROR: An error occurred while sending post-request to https://acme-v01.api.letsencrypt.org/acme/new-cert (Status 429)
Details:
{
“type”: “urn:acme:error:rateLimited”,
“detail”: “Error creating new cert :: Too many certificates already issued for: MASTER-SERVER-DOMAINNAME”,
“status”: 429
}
Any ideas how to circumvent this problem?
The subdomains for the servers are needed to distinguise the services for that server like webmail, interface, dns, phpmyadmin etc etc. all sudomains are run on that server, so making one
big dcert with ALL subdomains is not gonna work, right ?
AFAIK, the challengecodes have to be on the systems itself, right ?
Any other options?