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
- Log in to cPanel
- Go to Security → SSL/TLS
- Click Manage SSL Sites
- Select your domain
- Paste your Certificate (CRT)
- Paste the Private Key
- Paste the CA Bundle
- 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]