Name Date Size #Lines LOC

..12-Mar-2025-

cert-generator/H12-Mar-2025-7052

README.mdH A D12-Mar-2025551 1812

ca.pemH A D12-Mar-20251.2 KiB2120

server1.keyH A D12-Mar-20251.6 KiB2827

server1.pemH A D12-Mar-20251.2 KiB2120

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