Friday, July 5, 2019

How to add free SSL certification at Godaddy

Hello,

Without change nameserver address at Godaddy hosting we can add free SSL. We know that cloudflare.com give free SSL and we can add that SSL certification in your website but then we have to change domain nameserver to Cloudflare. But many clients are not want to change that nameserver.

So that information is:
WITHOUT CHANGING NAMESERVER OF DOMAIN - FREE SSL WILL ADD. 

We will add free SSL with letsencrypt.org now. Follow these steps:

Step 1: Go to https://zerossl.com and go to free SSL certification wizard section and click on start.


Step 2: SEE


Step 3: SEE and click on next button


Step 4: SEE


Step 5: SEE


Step 6: SEE
Go to Cpanel File manager and that domain pointer folder. In that folder create one folder. NAME: .wellknown and in that .wellknown you will create another folder. NAME: acme-challenge. 

In the acme-challenge folder, you will upload those verification 2 files. see and click the Verification next button.


Step 7: Go to Cpanel and click on SSL/TLS. SEE


Step 8:  Click on install and manage SSL for your site (HTTPS).



Step 9:


Step 10:




Step 11: click on Intall Certificate button see


Done.

Step 12:

To redirect from main domain to https://
you can create a file .htaccess at your domain pointer folder
and add those 3 lines codes:

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

SEE



That's it.

0 comments:

Post a Comment