Account recovery and Reviews of all certificates on the account

Please fill out the fields below so we can help you better.

My domain is: *.misrcom.ru *.industrial-magick.ru

I ran this command:

It produced this output:

My operating system is (include version): ubuntu 16.04

My web server is (include version): nginx 1.10.0

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

hi @AlexanderVozmitel

Can you explain your problem space a bit more?

Andrei

Randomly deleted the folder with letsencrypt.
But to issue a new certificate does not let says the limit is exceeded.

When executing the command:
letsencrypt certonly --webroot -w /var/www/public_html --rsa-key-size 4096 --email admin@industrial-magick.ru --agree-tos -d main.industrial-magick.ru

Gives an error:
An unexpected error occurred:
There were too many requests of a given type :: Error creating new cert :: too many certificates already issued for exact set of domains: main.industrial-magick.ru
Please see the logfiles in /var/log/letsencrypt for more details.
letsencrypt.log.txt (36.6 KB)

Unfortunately, this is true: there were 6 different certificates created for this domain yesterday.

https://crt.sh/?Identity=main.industrial-magick.ru&iCAID=16418

Thus, you are reaching the limit of duplicate certificate issuance.

https://letsencrypt.org/docs/rate-limits/

Let’s Encrypt does not ever possess the private keys associated with certificates, so if you really deleted all of the associated information, you just have to wait for the rate limit to time out (and then make sure that you don’t create a large number of duplicate certificates in a short time in the future). No form of account recovery could allow you to regain the private keys corresponding to the certificates, nor affect the processing of the rate limits.

3 Likes

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