d9a481baef
* chore: Reorganize examples and interop crates * fix interop tests
551 B
551 B
Tonic Testing Certificates
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-generatordirectory, run:terraform initterraform apply
This will generate certificates and write them to the filesystem. The effective version should be committed to git.