Generate new SSL certificate using SAN for localhost

Posted by Damodar Bashyal on July 19, 2017

 

SSH into your server and follow below steps:


NOTE: I am logged in as root, so I haven't used SUDO.

Google Chrome Browser Certificate Export

More»

How to install SSL on windows localhost (wamp)?

Posted by Damodar Bashyal on October 14, 2014

 

These are the steps I noted down when installing ssl on my localhost wamp installation. I am using windows 7 Professional 64-bit Operating system.

First of all download and install OpenSSL binary from http://slproweb.com/products/Win32OpenSSL.html, I installed http://slproweb.com/download/Win64OpenSSL_Light-0_9_8zb.exe.

Using command line generate private key which is 2048bits encryption.

More»