This directory contains certificates used for testing interop between Tonic's
implementation of gRPC and the Go implementation. Certificates are generated
using terraform
.
To regenerate certificates for some reason, do the following:
- Install Terraform 0.12 (or higher)
- From the
cert-generator
directory, run:terraform init
terraform apply
This will generate certificates and write them to the filesystem. The effective version should be committed to git.