Skip to content

Commit 934d6f7

Browse files
committedNov 13, 2020
Correct mTLS example
- caCertName is now hardcoded as ca.crt
1 parent 41bbbbf commit 934d6f7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎docs/examples/mtls/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Assuming the CA's certificate is accessible as `ca.pem`, you can create this Sec
2020
kubectl create secret generic ca-secret --from-file=ca.crt=ca.pem
2121
```
2222

23-
These Secrets can also be created by [Cert Manager](https://cert-manager.io/).
23+
The Secret must be stored with key 'ca.crt'. These Secrets can also be created by [Cert Manager](https://cert-manager.io/).
2424

2525
Once the secrets exist, you can deploy this example as follows:
2626

‎docs/examples/mtls/rabbitmq.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ spec:
77
tls:
88
secretName: tls-secret
99
caSecretName: ca-secret
10-
caCertName: ca.crt

0 commit comments

Comments
 (0)
Please sign in to comment.