I tried to make an SSL and I got an error where I can't make anymore Certificates. So I went to bed woke up the next day and now its been 24+ hours since I tried. But I still cant make it, I check the link and its a new week so I honestly don't know, If there's any way I can make a certificate I would love to know.
Best Regards,
Luke S.
My domain is: panel.blackwolf.host and blackwolf.host
I ran this command: certbot certonly -d panel.blackwolf.host
It produced this output:
Obtaining a new certificate
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: panel.blackwolf.host: see https://letsencrypt.org/docs/rate-limits/
Please see the logfiles in /var/log/letsencrypt for more details.
My web server is (include version): 1.14.0
The operating system my web server runs on is (include version): Ubuntu 18.04
My hosting provider, if applicable, is: Google Cloud Compute
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 0.31.0
They should be available in /etc/letsencrypt/live/panel.blackwolf.host/.
You've issued 5 certificates recently: https://crt.sh/?q=panel.blackwolf.host&deduplicate=y Use them. Don't hog the Let's Encrypt servers any longer. For testing, you should have used the staging environment.
Man that really sucks for me and I cant do anything to fix it, since I really wanted to make a certificate. And yha I know its not very smart to delete my VPS But i was getting errors and I'm new to the whole Linux thing, Sorry.
it stands out you didn't include the www subdomain in any of them.
If you read the rate limit documentation (see the error message) very well, you can make out the following:
If you changed the set of hostnames by adding [ blog.example.com ], you would be able to request additional certificates.
So if you combine the panel subdomain hostname with the www subdomain hostname and the base domain name, you'll have a single certificate with three hostnames.
So could i do cp.blackwolf.host? or would it need to be like this www.panel.blackwolf.host? Also i do have a snapshot so i could probably get the files from it. But it would delete all my current work just to check the file.
You can't "extract" files from the snapshot? It's an "all or nothing" kinda thing? If so, I'd recommend another backup strategy which enables you to extract single files.
If your snapshot system worked anything like any other...
You could save the current state and then restore a previous one.
Copy out whatever you needed.
Then restore the most recently saved one (and your back to where you where).