In this video, shows you how to create a https server using node.js. And also shows you how to generate certificate and private key.
Source code: https://github.com/TinaXing2012/nodej...
download openssl: http://slproweb.com/products/Win32Ope...
command to generate: req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout privateKey.key -out certificate.crt