Home | History | Annotate | only in /external/grpc-grpc/src/python/grpcio_tests/tests/unit/credentials
Up to higher level directory
NameDateSize
ca.pem22-Oct-2020855
certificate_hierarchy_1/22-Oct-2020
certificate_hierarchy_2/22-Oct-2020
README.md22-Oct-2020569
server1.key22-Oct-2020912
server1.pem22-Oct-2020964

README.md

      1 These are test keys *NOT* to be used in production.
      2 
      3 The `certificate_hierarchy_1` and `certificate_hierarchy_2` contain
      4 two disjoint but similarly organized certificate hierarchies. Each
      5 contains:
      6 
      7 * The respective root CA cert in `certs/ca.cert.pem`
      8 
      9 * The intermediate CA cert in
     10   `intermediate/certs/intermediate.cert.pem`, signed by the root CA
     11 
     12 * A client cert and a server cert--both signed by the intermediate
     13   CA--in `intermediate/certs/client.cert.pem` and
     14   `intermediate/certs/localhost-1.cert.pem`; the corresponding keys
     15   are in `intermediate/private`
     16