temporalio/client-certificate-generation
Generate client-side certificates for use in the Temporal SDK
993
This image generates the client-side certificates, along with their keys and configuration files. It's meant to be used in conjunction with the Temporal SDK. The scripts are valid for 365 days from creation. These generated certificates should not be used in production. To generate the certificates:
docker run -v $PWD:/work -it temporalio/client-certificate-generation ca.sh
to generate the root CA.docker run -v $PWD:/work -it temporalio/client-certificate-generation end-entity.sh
to generate an end-entity certificate.docker pull temporalio/client-certificate-generation
This image was archived 12 days ago