How To Install A Premium SSL in tPanel.

tPanel is a folk of Cyberpanel created by Truehost Cloud. To install paid SSL on your domain hosted in tPanel or Cyberpanel, please follow the steps below:

1.Generate a CSR. To do this, visit https://tools.truehost.com and click the CSR Generator

2.Below is a sample filling of the form above. Change the details as needed to match your case

Organization Name: Truehost Cloud
Select a Country: South Africa
State/Province: Bryanston
Location/City: Johannesburg
Department: IT
URL Link: truehost.africa
Email address: [email protected]

3.You will get a CSR and Private Key displayed. Do not navigate from this page yet. You need both the CSR and Private Key for the next steps

4.Copy the CSR and navigate to your client area, go to the SSL product and click Configure Now

5.Paste your CSR in the slot provided. Select the Webserver type and fill in the other details as well.

Copy the CSR from tools.truehost.com to the CSR slot

6.Select your validation method from the next page. We have Email, HTTP and DNS. This will allow you to validate your domain ownership so that SSL can be provided by the CA.

7.a)Once validation is completed you will be provided with Certificate (CRT) files and Intermediate/Chain files.

b) Navigate to your Cyberpanel/tPanel and go to Websites>>List Website>>Manage as shown in this video

8.Scroll down to Add SSL icon and click it.

8.Two content boxes will be displayed. On the right side, you will enter your Private Key. On the left side, you will enter the contents of .crt and .ca files combined.

This video shows how the content is copied.

9.Click Save.

10.Finally, add the code below to your .htaccess file to help with automatic redirection to https://

RewriteEngine On

RewriteCond %{HTTPS} off

RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Congratulations! Your SSL is installed successfully.

Was this article helpful?

Related Articles

Leave A Comment?