File: README.md

package info (click to toggle)
rust-rustls 0.23.35%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,460 kB
  • sloc: sh: 199; python: 181; makefile: 11
file content (11 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
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
```