Add subdomains without use rate limit

Can I add new subdomains without using the rate?

I’m trying to add new domains and is giving rate limit error:

certbot --expand -d example.com,new.example.com

There were too many requests of a given type :: Error creating new cert :: too many certificates already issued for: example.com: see https://letsencrypt.org/docs/rate-limits/

Hi @hugohomesquita,

Nope, every time you add domains that’s a new certificate issuance which counts against the rate limits. To avoid this problem, it would be a good idea to combine changes to your certificate into as few total issuances as possible.

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