Simple CA container for creating development certificates based on the OpenSSL Certificate Authority guide.
On first run a CA certificate will be generated for you.
The default CA key password is "secret". You may specify a custom password by passing -e PASSWORD=mypassword to run.
You may specify -e NO_PASSWORD=Y to create private keys without a password. The CA key will still have a password.
OpenSSL does not support supplying a SAN interactively. You may specify the SAN environment variable:
-e SAN='DNS:host, IP:127.0.0.1'
docker run -it --rm -v ${PWD}:/ca jdharmon/ca create server|usr <certname>
docker run -it --rm -v ${PWD}:/ca jdharmon/ca create self <certname>
docker run -it --rm -v ${PWD}:/ca jdharmon/ca export pfx <certname>
docker run -it --rm -v ${PWD}:/ca jdharmon/ca run <command>
Content type
Image
Digest
Size
4.1 MB
Last updated
over 7 years ago
docker pull jdharmon/ca