rosenfeld / cert-generator

Docker container to generate auto-signed dev suited root CA and certificates from web interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image to generate self-signed root CA and sample certificate from a web server

docker run --rm -p 4000:80 rosenfeld/cert-generator

Then simply point your browser to http://localhost:4000 to generate your dev certificates.

Unzip the returned value and read INSTRUCTIONS.html for further information on installing them.

Automatically built from Github, but you can build with:

docker build --tag rosenfeld/cert-generator .

The container is available in Docker Hub here.

Contributions

The source code is available in Github here.

The included INSTRUCTIONS.html currently only mentions Linux and nginx. Pull requests to include instructions for other servers and operating systems are welcomed.

About

Docker container to generate auto-signed dev suited root CA and certificates from web interface


Languages

Language:Ruby 59.9%Language:HTML 23.4%Language:Shell 16.7%