dummy_ca icon indicating copy to clipboard operation
dummy_ca copied to clipboard

A quick and dirty way for creating a Root Certification Authority (CA) and one Intermediate CA for testing

Dummy Certification Authority

A quick and dirty way for creating a Root Certification Authority (CA) and one Intermediate CA for testing.

How-To

git clone https://github.com/kintoandar/dummy_ca.git
cd dummy_ca
./build.sh

Yep, that easy!

Motivation

This tiny script was made to help me do a review of Hashicorp Vault PKI backend, you can read all about it here.

Credits

Reading Jamie's Blog is a must!

Made with ♥️ by kintoandar