Offer Shared Hosting Ultra-fast Performance! 29$ using coupon new-2026 1st/y

Claim Offer
Print

How to Install an SSL Certificate

SSL Installation Guide

Method 1: Auto-Install (Free SSL)

Free Let's Encrypt certificates are automatically installed. No action required.

Method 2: Manual via cPanel

  1. Log in to cPanel
  2. Go to SecuritySSL/TLS
  3. Click Manage SSL Sites
  4. Select your domain
  5. Paste your Certificate (CRT)
  6. Paste the Private Key
  7. Paste the CA Bundle
  8. Click Install Certificate

Verify Installation

  • Visit your site using https://
  • Check for the padlock icon

Force HTTPS

Add to .htaccess:

RewriteEngine On\nRewriteCond %{HTTPS} off\nRewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Was this answer helpful?

Your feedback helps us improve our content