I am running tests on Boulder, and I ran into a problem I see many places in this forum:
Error creating new order :: too many certificates already issued
I reviewed the information at Rate Limits - Let's Encrypt and I am trying to match this up with the definitions set in rate-limit-policies.yml. For example:
The main limit is Certificates per Registered Domain (50 per week). A registered domain is, generally speaking, the part of the domain you purchased from your domain name registrar. For instance, in the name
www.example.com
, the registered domain isexample.com
. Innew.blog.example.co.uk
, the registered domain isexample.co.uk
. We use the Public Suffix List to calculate the registered domain. Exceeding the Certificates Per Registered Domain limit is reported with the error messagetoo many certificates already issued
, possibly with additional details.
Which value does this correspond to in the yml file? I don't see a "50" anywhere. My bottom line question is: is there a value in rate-limit-policies.yml I can increase to get around this error?