The Wayback Machine - https://web.archive.org/web/20201016041256/https://github.com/yboyer/certgen
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
gen
 
 

README.md

certgen

Generate mutiple certificate for a root CA certificate

Usage

hostnames=$IP1,$IP2
docker run -v $PWD/certs:/certs yboyer/certgen $hostnames
and ./certs will contain:
certs
├── ca-key.pem
├── ca.pem
├── <hostnames>-key.pem
└── <hostnames>.pem

Why

Træfik needs CAs for backends calls (RootCAs). This tool can generate mutiple certificates for one self-signed root CA certificate.

About

Generate mutiple certificate for a root CA certificate

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.