Skip to content

Create a self signed certificate

Fidel Garcia edited this page Apr 19, 2019 · 3 revisions

Using OpenSSL in Windows:

OpenSSL> req -newKey rsa:2048 -nodes -keyout server.key -x509 -days 1460 -out server.crt

Download OpenSSL for Windows from here: https://slproweb.com/products/Win32OpenSSL.html

openssl

Clone this wiki locally