temporalio/client-certificate-generation

Verified Publisher

By Temporal Technologies Inc

Updated almost 3 years ago
Archived

Generate client-side certificates for use in the Temporal SDK

Image

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:

  1. Pull down the image.
  2. Run docker run -v $PWD:/work -it temporalio/client-certificate-generation ca.sh to generate the root CA.
  3. Run docker run -v $PWD:/work -it temporalio/client-certificate-generation end-entity.sh to generate an end-entity certificate.
  4. You may run the last command multiple times if you have need for multiple end-entity certificates.

Docker Pull Command

docker pull temporalio/client-certificate-generation

This image was archived 12 days ago