SSL Certificat Hostname Problem - Let's encrypt too many

DRKT

Verified User
Joined
Oct 8, 2003
Messages
217
Hi

i have this error:
============
[root@XXX custombuild]# /usr/local/directadmin/scripts/letsencrypt.sh request_single svr01.xxxxxx.com 4096
2021/05/05 16:17:42 [INFO] [svr01.xxxxxx.com] acme: Obtaining SAN certificate
2021/05/05 16:17:42 Could not obtain certificates:
acme: error: 429 :: POST :: https://acme-v02.api.letsencrypt.org/acme/new-order :: urn:ietf:params:acme:error:rateLimited :: Error creating new order :: too many certificates already issued for exact
set of domains: svr01.xxxxxx.com: see https://letsencrypt.org/docs/rate-limits/, url:
Certificate generation failed.
============

All my clients not login into DA Panel

I look https://letsencrypt.org/docs/rate-limits/, but i don't no how many time for.... ???

How to fix exactly?
 
the domain "xxxxxx.com" exists on the server?

may be similar to:


You can check the generated certificates for your hostname here:

Code:
https://crt.sh/?q=svr01.xxxxxx.com
 
I have had this exact problem happen on two separate customer servers/vps that I manage everything. First one was about two weeks ago, last one was yesterday. Could not get it to work, both had the same issue, and their main website was on the host. Host name was not in any of the other certificates. Same setup for both were unchanged, for more than a year working fine. The website certificates updated just fine without issue. What I ended up doing for now is update the website certificate to include the host name or turn into a wildcard. Created symlinks to the updated valid web certificates for DA & exim certificates till I figure it out.
 
Back
Top