leonardochaia / gen-signed-cert

Generates certificate signed by a certificate authority

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gen-signed-cert

THIS IS FOR DEVELOPMENT, DO NOT USE IN PRODUCTION (:

This image generates a certificate signed by a certificate authority for development purposes

Chrome (at least on Android) requires certificates that are signed.

The only useful volume is /certs. This is where certs are generated. You can also provide an existent certificate authority, but must be named /certs/ca.pem and /certs/ca.key and it must not contain a password.

Usage

You can just run the below command or use the docker-compose.yml (example)[./docker-compose.yml]

docker run --rm \
    -e SSL_SUBJECT=your-domain.com \
    -v /path/to/certs:/certs \
    lchaia/gen-signed-cert

About

Generates certificate signed by a certificate authority

License:MIT License


Languages

Language:Shell 93.8%Language:Dockerfile 6.2%