Self-signed ssl certificate with SAN tools. Simple automation to tool to create self-signed SSL certificate. Enter your domain name and pass phrase and enjoy!.
This tools is using Command Line Interface.
Command and step i'm referring into below snippet.
How to create a self-signed SSL Certificate with SubjectAltName(SAN)
windows
bash
openssl
Install openssl to use openssl in windows. installer can be found below,
openssl windows installer
git clone https://<username>:<token>@github.com/almalikzakwan/selfsigned-ssl-executer.git
cd selfsigned-ssl-executer
runas /<user>:Administrator run.batPlease always run run.bat in administrator mode. This software built only for my learning in batch scripting.
Before you run the execution, please create a outputs folder.
This project is under MIT License.