How To Get HTTPS for FREE

- Go to https://www.sslforfree.com and type your domain name here and click button okay.

2. Press Manual Verification and after press bellow button.

3. Then You can See what steps you want to follow.
4. Download verification files by clicking.
5. Go to your host file your website to “public_html” folder and if not exits “.well-known” folder create it.
6. create “acme-challenge” folder if it does not already exist.
7. Then Upload the downloaded files to the “acme-challenge” folder
8. Click Download SSL Certificate button
9. You can see “Certificate, Private key, CA Bundle”
10. Go to your CPanel and SSL/TLS in Secuiry Panel.
11. Press install and Manage SSL for your Site.
12.Select your domain and Copy Certificate, Private key, CA Bundle and Paste Here.
13. Go to again your website to “public_html” folder and create “.htaccess” file
14. Edit this file[copy bellow code and write your domain here]
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://write your domain here/$1 [R=301,L]
15. Check your Site and Enjoy!!!!.