README.md
1# Tonic Testing Certificates
2
3This directory contains certificates used for testing interop between Tonic's
4implementation of gRPC and the Go implementation. Certificates are generated
5using [`terraform`][tf].
6
7To regenerate certificates for some reason, do the following:
8
91. Install Terraform 0.12 (or higher)
101. From the `cert-generator` directory, run:
11 1. `terraform init`
12 1. `terraform apply`
13
14This will generate certificates and write them to the filesystem. The effective
15version should be committed to git.
16
17[tf]: https://terraform.io
18