Issuing SSL for website Print

  • 0

Nexi Panel can issue Let’s Encrypt SSL cert for websites on it. There are 2 methods to get SSL cert for website.


1. Issue SSL when creating a website

Check Additional Features SSL during creating the website.

Note: Please check and make sure the domain is pointed to Nexi Panel server, otherwise Let’s Encrypt cert will NOT be issued due to DNS verification.


2. Issue SSL on the website that is already created ( or failed on method 1 due to incorrect DNS record )

On Nexi Panel, go SSL tab, and then Manage SSL

Select the domain, and click Issue SSL.


Debugging SSL Issues

This debugging method only works if you are on the latest version. Make sure you have updated your Nexi Panel before going forward with debugging.

If for some reasons you are not able to get SSL certificates via Nexi Panel first make sure that your acme-client is the latest version, recently there were some changes on Let’s Encrypt end due to which acme-client made some changes. You can get the latest version of Acme by running this on the command line:

wget -O - https://get.acme.sh | sh

Now go to Nexi Panel and again try to issue SSL. If you are still experiencing issues, go to Nexi Panel main log file, you can go to this file by directly visiting

https://<IP Address>:8090/serverstatus/cyberCPMainLogFile

Here you will see a command which Nexi Panel has tried to obtain SSL for your site, now copy this command and execute it via the command line, and you will see why Nexi Panel failed to obtain the SSL. The command will look like:

  1. /root/.acme.sh/acme.sh --issue -d Nexi Panel.xyz -d www.Nexi Panel.xyz --cert-file
  2. /etc/letsencrypt/live/Nexi Panel.xyz/cert.pem --key-file
  3. /etc/letsencrypt/live/Nexi Panel.xyz/privkey.pem --fullchain-file
  4. /etc/letsencrypt/live/Nexi Panel.xyz/fullchain.pem -w
  5. /home/Nexi Panel.xyz/public_html --force
 
 
 
 

Here Nexi Panel is trying to obtain SSL for Nexi Panel.xyz, in your case, it will be your domain


Was this answer helpful?

« Back

Powered by WHMCompleteSolution