how to install free ssl certificate using Cpanel.

HOW TO INSTALL FREE SSL CERTIFICATE USING CPANEL.

  1. login to your Cpanel account
  2. Go to SSL/TLS in security.
  3. Click on Manage SSL.
  4. In domain box add your domain name and click on auto-fill by domain.
  5. then at the bottom click on install certificate, SSL certificate will be installed.

EDIT THE .htaccess file.

login to cpanel and go to file manager > public HTML > .htaccess

add the following lines and save the file

RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How to Generate a Certificate Signing Request - CSR in cPanel?

For obtaining a certificate from a Trusted SSL Provider, the Certificate Signing Request(CSR) is...

How to retrieve an CSR from cPanel?

If you generated your Certificate Signing Request (CSR) from cPanel and forgot your CSR then you...

How to Remove a CSR code from cPanel?

When you generate a Certificate Signing Request (CSR) from cPanel, then save it, which is a good...

How to run AutoSSL on your Domains to install an SSL via cPanel?

If your domain is created recently, wait for a few hours so that the cPanel can automatically...

How to Include or Exclude a Domain from AutoSSL in cPanel?

You can include or exclude your domain from AutoSSL.If your domain is newly created, wait for...