LetsEncrypt Windows
LetsEncrypt provide Free SSL with 90 day validity. You need to renew it every 90 days, there are software to do this.…
LetsEncrypt provide Free SSL with 90 day validity. You need to renew it every 90 days, there are software to do this.…
This PHP script will redirect website visitors to HTTPS (SSL) URL. You can add this in your index.php of the website To…
To force a site to always use HTTPS, add following content to web.config file. Here is full web.config file for a web…
To remove password from SSL private key, run openssl rsa -in PASSWORD_PROTECTED.key -out NO_PASSWORD.key This will ask for password. Once you enter…
To convert SSL certficiate into PFX format, run openssl pkcs12 -export -out certificate.pfx -inkey private-key.key -in certificate.crt -certfile ca-certificate.crt Example for SSL…
Here are some cheap SSL providers https://www.sslforfree.com/ https://zerossl.com https://www.ssls.com/ https://www.gogetssl.com https://www.namecheap.com/security/ssl-certificates/comodo/ See SSL
Here is few web sites where you can check your SSL certificate is installed properly. https://www.ssllabs.com/ssltest/ https://cryptoreport.websecurity.symantec.com/checker/ https://sslanalyzer.comodoca.com/ See SSL
To enable SSL in Magento, go to System > Configuration Click on “Web” link on left menu. On this page, set Auto-redirect…
Mcrosoft Azure App Certificate is used to secure Azure App Services, now they allow export of this SSL certificate in PFX format,…
To install SSL certificate in Virtualmin, select the domain from drop down list of Virtualmin. On left Menu, go to Server Configuration…
Info needed for Certificate Signing Request (CSR) generation Generate CSR Here is oneliner For normal SSL, enter the domain without www. For…
To generate self signed SSL certificate, run Or Or Add Self Signed SSL to Apache Virtual Host Let’s say your Apache virtual…