💿
Openlitespeed & Cyberpanel
  • Linux Debugging
    • Desk Space Debugging
    • Checked Failed Services
    • Debug Memory Usage
  • Openlitespeed Web Admin
    • List Users
    • Update Password
  • Cyberpanel Setup
    • Installing Cyberpanel
    • Remove Port 8090 from URL
    • Folder permissions in CyberPanel
    • Redirect one domain to another
  • Customizing Cyberpanel
    • Customize Login Page
    • Customize Home Page Title
    • Customize Dashboard UI
  • SSL Debugging
  • DKIM Debugging
  • Setup Mailserver
Powered by GitBook
On this page
  • Find the cause of the problem
  • Issue the SSL certificate from the terminal

SSL Debugging

Last updated 1 year ago

Find the cause of the problem

Visit the following link to see the error log

https://YOU_IP:8090/serverstatus/cyberCPMainLogFile

Issue the SSL certificate from the terminal

  1. Run the following command and replace with the target domain

/root/.acme.sh/acme.sh --issue -d c01.sikka.io --cert-file /etc/letsencrypt/live/c01.sikka.io/cert.pem --key-file /etc/letsencrypt/live/c01.sikka.io/privkey.pem --fullchain-file /etc/letsencrypt/live/c01.sikka.io/fullchain.pem -w /usr/local/lsws/Example/html --force --debug

or

/root/.acme.sh/acme.sh --issue -d c01.sikka.io --cert-file /etc/letsencrypt/live/c01.sikka.io/cert.pem --key-file /etc/letsencrypt/live/c01.sikka.io/privkey.pem --fullchain-file /etc/letsencrypt/live/c01.sikka.io/fullchain.pem -w /usr/local/lsws/Example/html -k ec-256 --force --server letsencrypt
  1. Log and copy the certificate content from the terminal (replace with the target domain) and paste it in a temporary place

cat /root/.acme.sh/c01.sikka.io_ecc/c01.sikka.io.cer
  1. Similar to step 2 but this time for the key of the certificate

cat /root/.acme.sh/c01.sikka.io_ecc/c01.sikka.io.key
  1. Paste the certificate and key in Cyberpanel

  1. If the issue presists, run the following command:

wget -O - https://get.acme.sh | sh
c01.sikka.io
c01.sikka.io