Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 573 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 573 Bytes

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.