Installing Let's Encrypt (Free)
- Log in to your hosting cPanel
- Find the Security → Let's Encrypt SSL section
- Select your domain from the list
- Click Issue — the certificate will be installed automatically within 1-2 minutes
- Check your site: a padlock ???? should appear in the address bar
Installing a Paid SSL
- Order the certificate in your client area
- After receiving the certificate files, go to cPanel → SSL/TLS
- Select Manage SSL Sites
- Paste the Certificate (CRT), Private Key and CA Bundle into the corresponding fields
- Click Install Certificate
Force Redirect to HTTPS
After installing SSL add to your .htaccess file:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Can't install?
Contact our support — we'll install it for free within 1 hour.