This repository provides a script to generate Certificate Authority and client certificates.
Based on the amazing article Mutual TLS Authentication.
The script was built initially to run local tests.
Want to use it in production? Go ahead.
First of all, verify if you have OpenSSL installed
openssl version
If not, you have to install it.
Clone or fork this repo
run
chmod +x generate.sh
after
./generate
Feel free to open a PR or an Issue.