I ran this command: certbot certonly --webroot -w /home/ccsouq.com/public_html -d ccsouq.com -d www.ccsouq.com
It produced this output: An unexpected error occurred: Error creating new order :: too many certificates (5) already issued for this exact set of domains in the last 168 hours: ccsouq.com,www.ccsouq.com: see Rate Limits - Let's Encrypt
My web server is (include version): LiteSpeed
The operating system my web server runs on is (include version): Ubuntu 20.04 LTS x64
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): cyberpanel
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
Please I need your help because my website is break down because of SSL certificate
I want to know how I can fix this problem? so my website come alive again
please guide me to the right steps
Dear 9peppe:
Output : An unexpected error occurred: Error creating new order :: too many certificates (5) already issued for this exact set of domains in the last 168 hours: ccsouq.com,www.ccsouq.com: see Rate Limits - Let's Encrypt
Just find one valid key/certificate pair for your domain, and install it manually with a copypaste.
I don't know how cyberpanel works, but if it works like this I am not sure anybody should be using it.
Please notice that the certificates you get with certbot and the certificates cyberpanel gets with its internal acme client are in two different directories on your server. Right now I have no will to investigate cyberpanel, but you should read its documentation to learn where those certificates are, and install them.
[Sun 01 May 2022 02:46:59 PM UTC] Your cert is in: /root/.acme.sh/ccsouq.com/ccsouq.com.cer
[Sun 01 May 2022 02:46:59 PM UTC] Your cert key is in: /root/.acme.sh/ccsouq.com/ccsouq.com.key
[Sun 01 May 2022 02:46:59 PM UTC] The intermediate CA cert is in: /root/.acme.sh/ccsouq.com/ca.cer
[Sun 01 May 2022 02:46:59 PM UTC] And the full chain certs is there: /root/.acme.sh/ccsouq.com/fullchain.cer
[Sun 01 May 2022 02:46:59 PM UTC] Installing cert to: /etc/letsencrypt/live/ccsouq.com/cert.pem
[Sun 01 May 2022 02:46:59 PM UTC] Installing key to: /etc/letsencrypt/live/ccsouq.com/privkey.pem
[Sun 01 May 2022 02:46:59 PM UTC] Installing full chain to: /etc/letsencrypt/live/ccsouq.com/fullchain.pem
[Sun 01 May 2022 02:46:59 PM UTC] _on_issue_success
but I don't know how I can access cert location to copy it or installing location to paste it?