Got Error For Certificates Limit

My domain is:dinger.shop

I ran this command: certbot certonly --standalone -d dinger.shop
My web server is (include version):Tomcat`
The operating system my web server runs on is (include version):ubuntu 18.04 lts
My hosting provider, if applicable, is:godaddy

I only tried two times for certificates for my domain name but after taking a break and try again for the certificates it shows I have my limit rate. Can you tell me why?

1 Like

Hi,

Can you share us the exact error message?
You seem to have a misconstrued redirect rule, which made infinite redirect.
https://letsdebug.net/dinger.shop/88667

Thank you

1 Like

Here’s the error that I got:

“There were too many requests of a given type :: Error creating new order :: too many certificates already issued for exact set of domains: dinger.store: see https://letsencrypt.org/docs/rate-limits/

This means you've got 5 exact certificates in the past 7 days.
Do you have any previously obtained certificates?

If not, you'll probably need to wait for 7 days to get a new one (Since all of them are obtained today.)
https://transparencyreport.google.com/https/certificates?hl=en&cert_search_auth=&cert_search_cert=p:ZGluZ2VyLnN0b3JlOnRydWU6ZmFsc2U6OkVBRT0&cert_search=include_expired:false;include_subdomains:false;domain:dinger.store&lu=cert_search_cert

Thank you

1 Like

Are you trying to get a certificate with only dinger.store? or you want to have a certificate that would be valid for both dinger.store and www.dinger.store?

Thank you

1 Like

I just rebuild my droplets. There is no more data. That’s why I want to create certificate fro my domain.

just for dinger.store

If you can, try to obtain a certificate for both hostnames, since you might still have allowance for that.
certbot certonly --standalone -d dinger.shop -d www.dinger.shop

Please do make a backup of the certificate before you rebuild the droplet. Although Let's Encrypt certificates are free, there are still some limits (rate-limits). Read https://letsencrypt.org/docs/rate-limits/ for more information.

1 Like

I asked for dinger.store sir
I’ll try for www.dinger.shop too

Thanks!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.