Skip to content

tmeisenh/ca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ca

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 intermediate

Create the chain of trust that has all the CA certs

make chain

Validate the chain of trust

make validate

Create certs/keys for the "node" server

make addserver server=node

Add the "travis" client

make addclient client=travis

This article helped a lot and provided the openssl.cnf file.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published