Hi,
I have this error for several weeks now, appreciate any help.
Trying to make a new cert for springarlaug.us.to.
"Error creating new order :: too many certificates already issued for "us.to"."
more info:
I use nginx proxy manager (NPM) in docker. I create and renew certs within NPM.
The error:
Error: Command failed: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-59" --agree-tos --authenticator webroot --email "xxx@gmail.com" --preferred-challenges "dns,http" --domains "springarlaug.us.to"
Saving debug log to /tmp/letsencrypt-log/letsencrypt.log
An unexpected error occurred:
Error creating new order :: too many certificates already issued for "us.to". Retry after 2024-01-09T22:00:00Z: see Rate Limits - Let's Encrypt
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/letsencrypt-log/letsencrypt.log or re-run Certbot with -v for more details.
at ChildProcess.exithandler (node:child_process:402:12)
at ChildProcess.emit (node:events:513:28)
at maybeClose (node:internal/child_process:1100:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)
I've read the "Rate Limits" and have less than "Certificates per Registered Domain (50 per week)." and "300 New Orders per account per 3 hours." There's no explaination of my excact error on that page as far as I can see.
I realize I have done several wrong things in testing an trying to understand certs. 8-/