mirror of https://github.com/grpc/grpc-go.git
testdata: Wrap lines to 80 columns in markdown file (#8235)
This commit is contained in:
parent
be25d96c52
commit
09dd4ba0fb
|
@ -3,17 +3,17 @@ and `client_spiffebundle.json` are generated with the `generate.sh` and
|
||||||
`generate_intermediate.sh` script in this directory.
|
`generate_intermediate.sh` script in this directory.
|
||||||
|
|
||||||
These comprise a root trust certificate authority (CA) that signs two
|
These comprise a root trust certificate authority (CA) that signs two
|
||||||
certificates - `client_spiffe.pem` and `server_spiffe.pem`. These are valid SPIFFE
|
certificates - `client_spiffe.pem` and `server_spiffe.pem`. These are valid
|
||||||
certificates (via the configuration in `spiffe-openssl.cnf`), and the
|
SPIFFE certificates (via the configuration in `spiffe-openssl.cnf`), and the
|
||||||
`*_spiffebundle.json` files are SPIFFE Bundle Maps for the client and server
|
`*_spiffebundle.json` files are SPIFFE Bundle Maps for the client and server
|
||||||
respectively.
|
respectively.
|
||||||
|
|
||||||
The SPIFFE trust bundle map files (`*_spiffebundle.json`) are manually created for
|
The SPIFFE trust bundle map files (`*_spiffebundle.json`) are manually created
|
||||||
end to end testing. The `server_spiffebundle.json` contains the `foo.bar.com`
|
for end to end testing. The `server_spiffebundle.json` contains the
|
||||||
trust domain (only this entry is used in e2e tests) matching URI SAN of
|
`foo.bar.com` trust domain (only this entry is used in e2e tests) matching URI
|
||||||
`client_spiffe.pem`, and the CA certificate is `ca.pem`. The client
|
SAN of `client_spiffe.pem`, and the CA certificate is `ca.pem`. The client
|
||||||
`spiffebundle.json` file contains `example.com` trust domain matching the URI SAN
|
`spiffebundle.json` file contains `example.com` trust domain matching the URI
|
||||||
of `server_spiffe.pem`, and the CA certificate there is also `ca.pem`.
|
SAN of `server_spiffe.pem`, and the CA certificate there is also `ca.pem`.
|
||||||
|
|
||||||
`leaf_and_intermediate_chain.pem` is a certificate chain whose leaf is a valid
|
`leaf_and_intermediate_chain.pem` is a certificate chain whose leaf is a valid
|
||||||
SPIFFE cert that is signed by an intermediate CA (`intermediate_ca.pem`). The
|
SPIFFE cert that is signed by an intermediate CA (`intermediate_ca.pem`). The
|
||||||
|
|
Loading…
Reference in New Issue