Limit Error in DirectAdmin Server

Always getting Limit error on my directadmin server.

/usr/local/directadmin/scripts/letsencrypt.sh request_single linda1.mydnsweb.com 2222
Setting up certificate for a hostname: ss1.abcd.com
2020/11/09 06:48:43 [INFO] [ss.abcd.com] acme: Obtaining SAN certificate
2020/11/09 06:48:43 Could not obtain certificates:
acme: error: 429 :: POST :: https://acme-v02.api.letsencrypt.org/acme/new-order :: urn:ietf:params:acme:error:rateLimited :: Error creating new order :: too many new orders recently: see https://letsencrypt.org/docs/rate-limits/, url:
Certificate generation failed.

The server have around 300 domains hosted.

2 Likes

Welcome to the Let's Encrypt Community, Anoop :slightly_smiling_face:

To avoid this issue, space your certificate orders out over time, combine commonly-hosted domain names into single certificates, or utilize multiple servers with different ACME accounts.

Sometimes this error can be a symptom of a malfunctioning ACME client that's failing and repeating orders.

For users of the ACME v2 API you can create a maximum of 300 New Orders per account per 3 hours. A new order is created each time you request a certificate from the Boulder CA, meaning that one new order is produced in each certificate request. Exceeding the New Orders limit is reported with the error message too many new orders recently.

1 Like

Please switch to the staging environment to complete your testing.
Then you can switch to production once you have figured it all out.

3 Likes

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