Unable to re install certificate

I hope you may help me.
I have a problem, I had a web server 7 months ago but I had to deleted and now I have a new one and I need to install a certificate on my new web server for this domain paedpaal.com and I can’t because it says that there is too many request. Can I remove a certificate from web or somthing like that? Please help me.

My domain is: paedpaal.com

I ran this command: certbot-auto --apache

It produced this output: An unexpected error occurred:
There were too many requests of a given type :: Error creating new order :: too many
certificates already issued for exact set of domains: paedpaal.com: see https://letse
ncrypt.org/docs/rate-limits/

My web server is (include version): apache 2.4.37

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

My hosting provider, if applicable, is: DigitalOcean

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
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot): certbot 1.5.0

1 Like

That means your process is most likely broken.
It gets a new cert but fails to use it and then thinks it has no cert and tries to get a new one.
[stuck in a circular loop]
But it had gotten certs... too many of them, and now is not allowed to get any more for a week.
You should try using the staging system to correct your problem and ready it for when that weeks time has passed and you are allowed to obtain new certs.
OR
Review your system and hopefully find at least one already useable cert and use one while you correct the system from "looping" and get it back inline.

1 Like

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