Brijpal Sharma
language
Publish on:-July 14th, 2020 ,
Category:- Web Development
Brijpal Sharma
language
Publish on:-July 14th, 2020 ,
Category:- Web Development
Nowadays hacking is one of the main issues for the website to protect the application we use SSL. Today in this blog post we learn how to use FREE SSL for one year from Cloudflare.
It's is very easy to set up in WordPress and other custom websites. this is a blog post we see in both. So let's go
After login on Cloudflare add your domain to Cloudflare and submit.
For now, we can go on a free plan. so select the first one.
Relax this save, millions of websites are using Cloudflare. After clicking confirm plan Cloudflare Review your DNS records. Cloudflare finds your current domain DNS server name via WHOIS.
1. Showing your current DNS.
2. In the second point showing two Cloudflare DNS server names for replacing.
After change your nameservers you must check "Always Use HTTPS"
First click on SSL/TLS
And check the box.
After update Cloudflare nameservers you need to click on the button, "Done, check nameservers". That's finished.
But if you are using WordPress you need to install a plugin "Cloudflare Flexible SSL" this plugin use for redirect your domain request to https.
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ //www.codermen.com/$1 [L,R=301]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ //www.codermen.com/$1 [L,R=301]
Wait 12 hours to 24 hours. to update your nameserver.
Now you got 1 year free SSL for your domain. so here we completed post on How to use free SSL for website from Cloudflare? hope it helps you.
Brijpal Sharma
Hello, My Name is Brijpal Sharma. I am a Web Developer, Professional Blogger and Digital Marketer from India. I am the founder of Codermen. I started this blog to help web developers & bloggers by providing easy and best tutorials, articles and offers for web developers and bloggers...
Cloudi5
Publish on:-August 06th, 2020
Thanks For Sharing The Information The Information shared Is Very Valuable Please Keep Updating Us. SSL certificate is very important for security and ranking in seo
by cloudi5
(//www.cloudi5.com/website-design-company-in-coimbatore)
You must be logged in to post a comment.