@@ -3,17 +3,17 @@ and `client_spiffebundle.json` are generated with the `generate.sh` and
3
3
` generate_intermediate.sh ` script in this directory.
4
4
5
5
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
8
8
` *_spiffebundle.json ` files are SPIFFE Bundle Maps for the client and server
9
9
respectively.
10
10
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 ` .
17
17
18
18
` leaf_and_intermediate_chain.pem ` is a certificate chain whose leaf is a valid
19
19
SPIFFE cert that is signed by an intermediate CA (` intermediate_ca.pem ` ). The
0 commit comments