A docker image that provides MiniCA
Create executable file /usr/local/bin/minca
#!/bin/sh
set -eu
docker run --rm -v "$PWD:/output" capybara1/minica "$@"
The docker image provides additional features in comparison with MiniCA:
Version | Feature |
---|---|
1.1 | Added a -force parameter which allows replacement of existing files |
1.2 | Creates a combined.pem files containing certificate and key |