Makefile that can create a root certificate authority, an intermediate (signing) authority and add clients. Requires openssl and GNUMake
Create a root and intermediate ca
make ca intermediateCreate the chain of trust that has all the CA certs
make chainValidate the chain of trust
make validateCreate certs/keys for the "node" server
make addserver server=nodeAdd the "travis" client
make addclient client=travisThis article helped a lot and provided the openssl.cnf file.