How To Install SSL Certificate For Your Website In WebsitePanel

WebsitePanel
  1. Login to WebsitePanel with your username and password.
     
  2. At your Hosting Space, choose Web Sites.
     
  3. Click on the domain name that you wish to install SSL certificate.
     
  4. Click the SSL tab.
     
  5. There are two ways to install SSL certificate:
     
    • Generate CSR for certificate authority to issue a new SSL certificate
       
      1. Click Generate CSR button.
         
      2. Fill in the necessary information.
         
      3. Click Generate CSR button to obtain the generated CSR.
         
      4. Submit the CSR to your certificate authority.
         
      5. Once SSL certificate is issued from the certificate authority, paste the SSL certificate TEXT into the textbox named Certificate.
         
      6. Click Install Certificate to complete.
         
    • Upload an existing SSL certificate
       
      1. Click Upload Certificate button.
         
      2. Choose the SSL certificate file to be uploaded. Please note that the SSL certificate file is PFX format.
         
      3. Enter the password for the SSL certificate's PFX file.
         
      4. Click Install Certificate to complete.

Note: If you are using Let's Encrypt to issue SSL certificate, please do not choose FTP verification, as your website only support secure FTP, while most Let's Encrypt issuers only support plain FTP.

Note: If you are using Let's Encrypt to issue SSL certificate, and choose Manual verification (upload a text file that has no file extension), please add a mime type at the Mime Types tab, with the following information:

Extension: . (just a dot, do not include this explanation text)
Mime-Type: text/plain

Note: If you are using Let's Encrypt to issue SSL certificate, and encounter some problems when uploading CSR, please remove "NEW" words from the top and bottom your CSR: i.e. 

-----BEGIN NEW CERTIFICATE REQUEST----- change to -----BEGIN CERTIFICATE REQUEST-----

and

-----END NEW CERTIFICATE REQUEST----- change to -----END CERTIFICATE REQUEST-----