I was doing an installation and ending with errors so I initialized the server and tried a couple of times and this morning I bumped against
reate new order error. Le_OrderFinalize not found. {
"type": "urn:ietf:params:acme:error:rateLimited",
"detail": "Error creating new order :: too many certificates already issued for exact set of domains: copybot.gq: see https://letsencrypt.org/docs/rate-limits/",
"status": 429
}
I may have issued a new cert about those 5 times but I tried after more than 3 hours and it still doesn’t work. What can I do?
My domain is: copybot.gq
My web server is (include version): ubuntu 18.04
The operating system my web server runs on is (include version): nginx
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don’t know): yes
If you create a certificate, then save it, so you can re-use the certificate if something goes wrong.
Please read the link.
A certificate is considered a renewal (or a duplicate) of an earlier certificate if it contains the exact same set of hostnames, ignoring capitalization and ordering of hostnames. For instance, if you requested a certificate for the names [ www.example.com , example.com ], you could request four more certificates for [ www.example.com , example.com ] during the week. If you changed the set of hostnames by adding [ blog.example.com ], you would be able to request additional certificates.