Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/ certgen Public

Generate mutiple certificate for a root CA certificate

Notifications You must be signed in to change notification settings

yboyer/certgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

Languages

AltStyle によって変換されたページ (->オリジナル) /