Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: *appdomain.cloud
I ran this command: Used cert-manager.io to generate a new cert for "*.<>.dev.*appdomain.cloud"
It produced this output:
Failed to create Order: 429 urn:ietf:params:acme:error:rateLimited: too many certificates (50) already issued for "*appdomain.cloud" in the last 168h0m0s,retry after 2025-05-20 03:16:24 UTC: see https://letsencrypt.org/docs/rate-limits/#new-certificates-per-registered-domain
My web server is (include version): golang api server
The operating system my web server runs on is (include version): rhel-ubi8
My hosting provider, if applicable, is: RedHat OpenShift Container Platform
I can login to a root shell on my machine (yes or no, or I don't know): no
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): cert-manager 1.17
I understand why the limits are in place, and have tried the automated form to request updating the limits and got the message - "No overrides possible". The *appdomain.cloud is used by multiple groups inside our company to host their apps and they are all using cert-manager and letsencrypt issuer to get the SSL certs most of which are already wildcard certificates. These groups may or may not talk to each other, meaning it is hard to co-ordinate across the groups. Couple of help/questions that I have:
- Is it possible to update the limit in any way?
- What are the other options available apart from waiting till(retry after)? Note: the error is just an example, we have been hitting the limit more and more recently.
TIA.