Hitting Rate Limit

My domain is: share.taha.no , office.taha.no

I ran this command:
sudo docker exec nextcloud-letsencrypt /app/force_renew

It produced this output:
Debugging tips: -v improves output verbosity. Help is available under --help.
/app
/etc/nginx/certs/share.taha.no /app
Creating/renewal share.taha.no certificates… (share.taha.no)
2019-10-22 04:40:39,427:INFO:simp_le:1323: Generating new account key
2019-10-22 04:40:41,977:INFO:simp_le:1353: By using simp_le, you implicitly agree to the CA’s terms of service: https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf
ACME server returned an error: urn:ietf:params:acme:error:rateLimited :: There were too many requests of a given type :: Error creating new account :: too many registrations for this IP: see https://letsencrypt.org/docs/rate-limits/

My web server is (include version):
Using Docker Letsencrypt but deleted server for many times so lost all issued private keys

The operating system my web server runs on is (include version):

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

I’m using a control panel to manage my site (no, or provide the name and version of the control panel):
no

It seems that your docker instance is very "forgetful" and requires a new account, and cert, on each use.

Hi @tahasolutions

that's the wrong way using Docker. Create a place outside of your docker. So account keys and certificate keys are saved there and you can reuse these.

1 Like

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