diff --git a/examples/PREREQUISITES.md b/examples/PREREQUISITES.md index a2c12ad2a..2af841b68 100644 --- a/examples/PREREQUISITES.md +++ b/examples/PREREQUISITES.md @@ -132,7 +132,7 @@ The final step is to create a secret with the content of this file. This secret the TLS Auth directive: ```console -$ kubectl create secret generic caingress --namespace=default --from-file=ca.crt +$ kubectl create secret generic caingress --namespace=default --from-file=ca.crt="/path/to/your/cert" ``` ## Test HTTP Service