Skip to content

Commit 09dd4ba

Browse files
authored
testdata: Wrap lines to 80 columns in markdown file (#8235)
1 parent be25d96 commit 09dd4ba

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

testdata/spiffe_end2end/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ and `client_spiffebundle.json` are generated with the `generate.sh` and
33
`generate_intermediate.sh` script in this directory.
44

55
These comprise a root trust certificate authority (CA) that signs two
6-
certificates - `client_spiffe.pem` and `server_spiffe.pem`. These are valid SPIFFE
7-
certificates (via the configuration in `spiffe-openssl.cnf`), and the
6+
certificates - `client_spiffe.pem` and `server_spiffe.pem`. These are valid
7+
SPIFFE certificates (via the configuration in `spiffe-openssl.cnf`), and the
88
`*_spiffebundle.json` files are SPIFFE Bundle Maps for the client and server
99
respectively.
1010

11-
The SPIFFE trust bundle map files (`*_spiffebundle.json`) are manually created for
12-
end to end testing. The `server_spiffebundle.json` contains the `foo.bar.com`
13-
trust domain (only this entry is used in e2e tests) matching URI SAN of
14-
`client_spiffe.pem`, and the CA certificate is `ca.pem`. The client
15-
`spiffebundle.json` file contains `example.com` trust domain matching the URI SAN
16-
of `server_spiffe.pem`, and the CA certificate there is also `ca.pem`.
11+
The SPIFFE trust bundle map files (`*_spiffebundle.json`) are manually created
12+
for end to end testing. The `server_spiffebundle.json` contains the
13+
`foo.bar.com` trust domain (only this entry is used in e2e tests) matching URI
14+
SAN of `client_spiffe.pem`, and the CA certificate is `ca.pem`. The client
15+
`spiffebundle.json` file contains `example.com` trust domain matching the URI
16+
SAN of `server_spiffe.pem`, and the CA certificate there is also `ca.pem`.
1717

1818
`leaf_and_intermediate_chain.pem` is a certificate chain whose leaf is a valid
1919
SPIFFE cert that is signed by an intermediate CA (`intermediate_ca.pem`). The

0 commit comments

Comments
 (0)