I am trying to setup my SSL using Certbot for my multitenant application. So I made the request a couple of times when the server was running and after stoping the server, I can't verify anymore.
here is my response:
root@50-116-42-20:/home/rank/rank_secondary_backend# sudo certbot certonly --manual --preferred-challenges dns -d *.rankafrica.site -d rankafrica.site -v
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator manual, Installer None
Requesting a certificate for *.rankafrica.site and rankafrica.site
An unexpected error occurred:
There were too many requests of a given type :: Error creating new order :: too many failed authorizations recently: see Failed Validation Limit - Let's Encrypt
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
The question is do I have to wait 1 week before retrying the process? the service is highly needed
My main domain rankafrica.site works well It is the subdomains such as www.test.rankafrica.site that lack the SSL and I can't use them
My domain is:
rankafrica.site and *rankafrica.site
I ran this command:
sudo certbot certonly --manual --preferred-challenges dns -d *.rankafrica.site -d rankafrica.site
It produced this output:
An unexpected error occurred:
There were too many requests of a given type :: Error creating new order :: too many failed authorizations recently: see Failed Validation Limit - Let's Encrypt
My web server is (include version): linode
The operating system my web server runs on is (include version): ubuntu 22.04
My hosting provider, if applicable, is: linode
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):