aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/unit/credentials/README.md
blob: 100b43c1aaf750953395f9305bbbcb22b8543362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
These are test keys *NOT* to be used in production.

The `certificate_hierarchy_1` and `certificate_hierarchy_2` contain
two disjoint but similarly organized certificate hierarchies. Each
contains:

* The respective root CA cert in `certs/ca.cert.pem`

* The intermediate CA cert in
  `intermediate/certs/intermediate.cert.pem`, signed by the root CA

* A client cert and a server cert--both signed by the intermediate
  CA--in `intermediate/certs/client.cert.pem` and
  `intermediate/certs/localhost-1.cert.pem`; the corresponding keys
  are in `intermediate/private`