I'm using control panel which had a problem after version upgrade it was issuing self signed certificates so i tried more than once to issue the certificate and i ended up with getting my domain blocked now i cannot issue certificate anymore and this is my main hostname it is affecting mail server as well
Looking at your certificate history, you indeed issued a bunch of certificates at 2021-04-17. In this case, you need to find the certificate from the software you used, then install it manually.
For your mail server, I don't think it's currently blocked right now (I see 2 certs for that)
Since you didn't provide ANY information beside your domain name, it might be better to head to the control panel software support forum and ask them to help.
If you want people on this forum to help you, please fill out the form below.
Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:
I ran this command:
It produced this output:
My web server is (include version):
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know):
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
Thanks alot for your reply I was trying to generate both hostname certificate to be able to access domain:8090 with ssl and mail ssl
this problem happened after i ran upgrade to cyberpanel and many people got the same problem so i installed a fresh version after being blocked from lets encrypt so i think i lost my pre generated key also i don't know how cyberpanel typically store them but i think problem will be fixed by getting my domain out of block list as it mentioned here in logs :
"type": "urn:ietf:params:acme:error:rateLimited",
"detail": "Error creating new order :: too many certificates already issued for exact set of domains: geexar.d-123.com
I ran this command: Cyberpanel auto generate from control panel but i checked logs and re run the command they use with --debug so command is like this
Thank you for all the information provided!
From your description, you probably lost the certificate file... Have you tried to check under /etc/letsencrypt/live/geexar.d-123.com and /root/.acme.sh/ directories?
If not, the good news is, you will be able to generate a certificate after 23 Apr 2021 19:22:00 UTC according to letsdebug-toolkit.
Actually, before you attempt to issue a new certificate, could you please run below commands and see what you have? /root/.acme.sh/acme.sh --list (This command should help you understand what certificates are currently present on your system)
If there's some existing certificates already matching the exact set of certificates, you might be able to use it (install it) with /root/.acme.sh/acme.sh --install-cert -d geexar.d-123.com --cert-file /etc/letsencrypt/live/geexar.d-123.com/cert.pem --key-file /etc/letsencrypt/live/geexar.d-123.com/privkey.pem --fullchain-file /etc/letsencrypt/live/geexar.d-123.com/fullchain.pem -w /home/d-123.com/home/d-123.com/geexar.d-123.com