Skip to content

charmixer/self-signed-certificate-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

self-signed-certificate-creator

Configure your certificates in conf.json and add it with -v when running docker

Certificates will be places in /certs wihtin the docker image, which can be added as a volume to retrieve them.

docker build -t self-signed-certificate-creator .
docker run -v $(pwd)/certs:/certs -v $(pwd)/conf.json:/conf.json self-signed-certificate-creator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published