tree: 5901986cbcf0535f94e506b43da4be97f2a9e900 [path history] [tgz]
  1. certificate_hierarchy_1/
  2. certificate_hierarchy_2/
  3. BUILD.bazel
  4. ca.pem
  5. README.md
  6. server1.key
  7. server1.pem
src/python/grpcio_tests/tests/unit/credentials/README.md

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