Issues with SSL Certificate Generation for Domain

My domain is: momiz.club
My application allows users to connect their own custom domains. We have around 778 custom domains at the moment but I have problen only with momiz.club

I ran this command:
I use lua-resty-auto-ssl to provide ssl certificate, firstly,
the certificate was created without problem but i get error during prolongation -
request to https://acme-v02.api.letsencrypt.org/acme/new-order

It produced this output:
{
"type": "urn:ietf:params:acme:error:rateLimited",
"detail": "too many certificates (5) already issued for this exact set of domains in
the last 168h0m0s, retry after 2025-02-24 15:48:01 UTC: see
Rate Limits - Let's Encrypt",
"status": 429
}
but when I try to wait when limit will be recreated - I again get this error with new
date 36 hours later and it happens every time when I try get new cert after expiration
of limit

My web server is (include version): nginx

The operating system my web server runs on is (include version): linux

My hosting provider, if applicable, is: N/A

I can login to a root shell on my machine (yes or no, or I don't know): yes

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): lua-resty-auto-ssl

Looking at crt.sh | momiz.club it seems that you're getting certificates almost daily. Probably a misconfigured piece of software getting certificates without you knowing about it.

5 Likes