mirror of https://github.com/grpc/grpc-go.git
|
|
||
|---|---|---|
| .. | ||
| provider | ||
| 0b35a562.r0 | ||
| 0b35a562.r1 | ||
| 1.crl | ||
| 1ab871c8.r0 | ||
| 2.crl | ||
| 2f11f022.r0 | ||
| 3.crl | ||
| 4.crl | ||
| 5.crl | ||
| 6.crl | ||
| 7a1799af.r0 | ||
| 71eac5a2.r0 | ||
| 8828a7e6.r0 | ||
| README.md | ||
| deee447d.r0 | ||
| revokedInt.pem | ||
| revokedLeaf.pem | ||
| unrevoked.pem | ||
README.md
CRL Test Data
This directory contains cert chains and CRL files for revocation testing.
To print the chain, use a command like,
openssl crl2pkcs7 -nocrl -certfile security/crl/x509/client/testdata/revokedLeaf.pem | openssl pkcs7 -print_certs -text -noout
The crl file symlinks are generated with openssl rehash
unrevoked.pem
A certificate chain with CRL files and unrevoked certs
- Subject: C=US, ST=California, L=Mountain View, O=Google LLC, OU=Production,
OU=campus-sln, CN=Root CA (2021-02-02T07:30:36-08:00)
- 1.crl
NOTE: 1.crl file is symlinked with 5.crl to simulate two issuers that hash to the same value to test that loading multiple files works.
- Subject: C=US, ST=California, L=Mountain View, O=Google LLC, OU=Production,
OU=campus-sln, CN=node CA (2021-02-02T07:30:36-08:00)
- 2.crl
revokedInt.pem
Certificate chain where the intermediate is revoked
- Subject: C=US, ST=California, L=Mountain View, O=Google LLC, OU=Production,
OU=campus-sln, CN=Root CA (2021-02-02T07:31:54-08:00)
- 3.crl
- Subject: C=US, ST=California, L=Mountain View, O=Google LLC, OU=Production,
OU=campus-sln, CN=node CA (2021-02-02T07:31:54-08:00)
- 4.crl
revokedLeaf.pem
Certificate chain where the leaf is revoked
- Subject: C=US, ST=California, L=Mountain View, O=Google LLC, OU=Production,
OU=campus-sln, CN=Root CA (2021-02-02T07:32:57-08:00)
- 5.crl
- Subject: C=US, ST=California, L=Mountain View, O=Google LLC, OU=Production,
OU=campus-sln, CN=node CA (2021-02-02T07:32:57-08:00)
- 6.crl