Cyberpanel self signed SSL issue is a common issue. If you have just installed cyberpanel and you are not able to generate SSL successfully, you are not alone who is facing this issue.
Even I have faced the same issue and I was not able to find a solution on cyberpanel forum or on any documentation of cyberpanel because my issue was not listed and cyberpanel.
Finally, I found the solution after many tries and any of the below mentioned solutions should work for you depending upon your situation.
Before I start with the solution, make sure you have met the below requirements before generating SSL.
Login into server as root user and execute the below command
wget -O – https://get.acme.sh | sh
(Replace hostathash.com with your Domain name)
Now try again generating the SSL from Dashboard > SSL > Manage SSL > (Select your domain) > Issue SSL
If the issue was with acme challenge, your SSL should be generated and installed automatically in up to 5 mins.
acme.sh –register-account -m hostathashemail@gmail.com
Now try again generating the SSL from Dashboard > SSL > Manage SSL > (Select your domain) > Issue SSL
If the issue was of account creation at Zero SSL, your SSL should be generated in up to 5 mins.
If the above methods did not solve your issue, execute the following command in SSH and check the error you are getting
(Copy the full command and replace <YOUR_DOMAIN> with your domain name).
/root/.acme.sh/acme.sh –issue -d <YOUR_DOMAIN> -d www.<YOUR_DOMAIN> –cert-file /etc/letsencrypt/live/<YOUR_DOMAIN>/cert.pem –key-file /etc/letsencrypt/live/<YOUR_DOMAIN>/privkey.pem –fullchain-file /etc/letsencrypt/live/<YOUR_DOMAIN>/fullchain.pem -w /home/<YOUR_DOMAIN>/public_html –force –debug
Once you know the error, it will be easy to solve it
If the solutions did not work for you, comment the output of the solution 3 command in the comments and I will be happy to answer the solution.
Server Error (500) when trying to access the Cyberpanel If you are getting this error while accessing the cyberpanel, there…
How to connect git with DirectAdmin Login into SSH and run the following command to create a new key pair…
How to host next js app in cpanel Login > Setup Node.js App > Create Application Enter the values shown…
Update via PHPMYADMIN: Disable Captcha : UPDATE tblconfiguration SET value = '' WHERE setting = 'CaptchaSetting'; Update WHMCS link: UPDATE…
3dsecure Access Denied Affiliates Affiliates Signup Announcements Banned Configure Products Downloads Downloads Denied Error Login Logout Password Reset Ticket Feedback…
Export Database via SSH mysqldump --routines -u databaseusername -p databasename > database.sql Import Database via SSH mysql -u databaseusername…