A Docker image for generating self-signed certificates, configurable via environment variables
397
A Docker image for generating self-signed certificates, configurable via environment variables.
To use this Docker image, mount the /dist-container/ directory to your host system. The following environment variables can be used to customize the certificate generation:
CERT_KEY_FILENAME - The name of the key file in the /dist-container directory
cert.keyCERT_CSR_FILENAME - The name of the csr file in the /dist-container directory
cert.csrCERT_CRT_FILENAME - The name of the crt file in the /dist-container directory
cert.crtCERT_PEM_FILENAME - The name of the pem file in the /dist-container directory
cert.pemCERT_DHPARAM_FILENAME - The name of the dhparam file in the /dist-container directory
cert.dhparam.pemCERT_TARGET_DOMAIN - The domain that will be specified in the certificate
localhostContent type
Image
Digest
sha256:8b12080fa…
Size
4.5 MB
Last updated
about 2 years ago
docker pull rocshers/certs:1.0.0