Let’s Encrypt SSL auto renewal - not working

Any solution to automate it ??

What happens when you run

/root/.acme.sh/acme.sh --issue -d cyberpanel.xyz -d www.cyberpanel.xyz --cert-file /etc/letsencrypt/live/cyberpanel.xyz/cert.pem --key-file /etc/letsencrypt/live/cyberpanel.xyz/privkey.pem --fullchain-file /etc/letsencrypt/live/cyberpanel.xyz/fullchain.pem -w /home/cyberpanel.xyz/public_html --force

Replace your domain name accordingly.

it freezzez and does nothing, I run this command and happens nothing after waitif for so long. also at admin console its not working.

please help, after every update there is some problem

please help, after every update there is some problem

make sure your domain is pointed to server ip and dns is resolved. you can check it from https://www.whatsmydns.net/

can you post error logs? you can find it here yourdomain:8090/serverstatus/cyberCPMainLogFile

Any solution to automate it ??

Basically, lets encrypt is domain validation SSL type which mean, in order to issue (new or renewal), You’ll need to be sure that Your domain is pointed correctly both www and without www.

So, first thing, make sure that Your domain is pointed to Your cyberpanel vps and if it still not works, then try to look error log.

What is cmd to check domain validity of SSL if let’s encrypt SSL activated?