
A small wrapper around mkcert, that writes server and client certificates. Supports running in drone as plugin.
docker run -e DOMAIN="localhost" DESTINATION="cert" -v $PWD:$PWD -w $PWD --rm -it livingdocs/mkcert
# Writes the following files in ./cert
# localhost.ca.cert localhost.ca.key localhost.cert localhost.client.cert localhost.client.key localhost.key
You can also run it as drone plugin:
steps:
- name: mkcert
image: livingdocs/mkcert:1.4.4
settings:
domain: redis
destination: ./redis-cert
Content type
Image
Digest
sha256:2ba1257c6…
Size
8.2 MB
Last updated
almost 4 years ago
docker pull livingdocs/mkcert