test-ca: add README, point to test_ca.rs tool

This commit is contained in:
Daniel McCarney 2024-03-18 12:49:06 -04:00
parent e65110e730
commit fa605bfff0
1 changed files with 11 additions and 0 deletions

11
test-ca/README.md Normal file
View File

@ -0,0 +1,11 @@
# Rustls Test CA
This directory contains various test certificate authorities, intermediates,
end-entity, and client certificates that are used by Rustls integration tests.
You can regenerate the data in this directory by running the
`rustls/examples/internal/test_ca.rs` tool:
```bash
cargo run -p rustls --example test_ca
```