I have an issue with reneval the certificate

Hi,

While reneval the lets encrypt ssl certificate, we are facing an issue with like below,

Error: urn:acme:error:rateLimited :: There were too many requests of a given type :: Error creating new cert :: Too many certificates already issued for exact set of domains:

Kindly check and help for the same. Thanks.

For more info about this, see https://letsencrypt.org/docs/rate-limits/

1 Like

This might mean that you’re running the renewal process from a script that forces the renewal to happen extremely frequently. It really only needs to occur at least once every 90 days (recommended is every 60 days, to give time to notice problems if any problems arise).

If you’re using Certbot, you can use the form certbot renew, which only tries to renew certificates when they are less than 30 days away from expiry.

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