Sign inSign up

temporalio/client-certificate-generation

Verified Publisher

By Temporal Technologies Inc

Updated over 4 years ago
Archived

Generate client-side certificates for use in the Temporal SDK

Image
0

1.7K

temporalio/client-certificate-generation repository overview

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.

Tag summary

Content type

Image

Digest

Size

5.6 MB

Last updated

over 4 years ago

docker pull temporalio/client-certificate-generation

This week's pulls

Pulls:

11

Last week