I want to install ssl certificate for my clients who mapped to my domain through CNAME.
I am able to generate ssl certificate and install behalf of them. Till now no issue, but I got error while creating user
"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 Registrations Per IP Limit - Let's Encrypt"
How can i surpass the issue without creating new account?
I should be able to generate ssl certificate regardless of the requests i get without any errors.
You'd have to save both the private key and the account (the regr) to disk if they don't exist, or load them from disk if they do. That way, you will use the same ACME account every time your program runs and avoid having to create new ones.
If you're not comfortable implementing these parts yourself using the acme library, I highly recommend just using an existing ACME client rather than piecing this together with Python code.
I have created user_key and regr and saved those files in json.
for next order and challenge(to new domain) i will just read user_key and regr from files saved as mentioned above.
So, my doubt is like should i regenerate net, directory and client_name with user_key or just read those values from regr. if yes, please provide some code example
NOTE: once I have read regr it shows