Alpine Docker image that automatically generates a self-signed certificate using LibreSSL.
1.1K
Alpine Docker image that automatically generates a self-signed certificate using LibreSSL.
This image will output a self-signed certificate and associated data (CA, CSR, etc.) to /certs within the container.
docker run --rm -v $PWD:/certs dpyro/alpine-self-signed
docker run --rm -v $PWD:/certs -e SSL_SUBJECT=example.com dpyro/alpine-self-signed
Content type
Image
Digest
Size
2.2 MB
Last updated
over 8 years ago
docker pull dpyro/alpine-self-signed