Skip to main content

Generate SSL Cert using Command Line

Install openssl on Windows:

In cmd.exe: C:\> winget install openssl

Then from its folder go with C:\> openssl req -newkey rsa:2048 -nodes -x509 -keyout server.key -out server.crt