
SSL certificates are one the prior requirements in the internet now and most probably in the next 5 to 10 years they will be made mandatory in most of the sites where they collect user data. This might also include sites which collects data with a simple contact form etc. I am pretty sure about this after seeing my inbox flooded with GDPR complaince being followed after the implementation.
Self-Signed certificates are free but when a user access your website, They will get a notification in the browser about it. It will affect the trust on your website. There are many providers who sell SSL certificates for cheap prices like RAPID SSL etc. But still when you have an option to get a SSL why do you want to miss.
So its never too late to add a SSL certificate for free. We are going to use let’s encrypt, A free SSL provider.
For a PHP based site we can use the script from https://github.com/imbrish/letsencrypt. The steps for installation is provided in the URL. The certificate provided by lets encrpyt is valid for 90 days, But It can be renewed for free any number of times.
For WordPress based websites you can use the plugin WP Encrypt.
Many hosting providers provide the one click install feature for lets encrypt too.
For Digital Ocean if you are using lamp stack click here. and for nginx here.
Related Posts
Webflow vs Shopify for E-commerce Website
Which platform is best for E-commerce
How to add automatic discounts in Ecwid
Automatic Discounts option is available by default in ecwid. You can visit the URL https://my.ecwid.com/store/storeid#discounts…
Add custom Javascript to webflow pages
How to add custom javascript/jquery/css to specific webflow pages
Facebook Debugger – Bad Response Code: URL returned a bad HTTP response code : 404
I faced a issue with one of my clients sites after migration. The facebook debugger…