Single-click .bat script to generate root, intermediate, server and client certificates for quick testing purposes.
- Download and install OpenSSL: https://slproweb.com/products/Win32OpenSSL.html
- Ensure Windows Environment variable PATH contains path to the OpenSSL executable (e.g. D:\Program Files\OpenSSL-Win64\bin)
- Clone this repository
- Run generate.bat
- Inspect output on /out
That is it!
Inspiration: https://jamielinux.com/docs/openssl-certificate-authority/index.html