Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
certificate_hierarchy_1/ | H | 25-Apr-2025 | - | 180 | 174 | |
certificate_hierarchy_2/ | H | 25-Apr-2025 | - | 180 | 174 | |
BUILD.bazel | H A D | 25-Apr-2025 | 714 | 22 | 20 | |
README.md | H A D | 25-Apr-2025 | 569 | 16 | 11 | |
ca.pem | H A D | 25-Apr-2025 | 1.2 KiB | 21 | 20 | |
server1.key | H A D | 25-Apr-2025 | 1.7 KiB | 29 | 28 | |
server1.pem | H A D | 25-Apr-2025 | 1.3 KiB | 23 | 22 |
README.md
1These are test keys *NOT* to be used in production. 2 3The `certificate_hierarchy_1` and `certificate_hierarchy_2` contain 4two disjoint but similarly organized certificate hierarchies. Each 5contains: 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