From eb873aacef2ceee62c5f0f294c2279b571ef3bad Mon Sep 17 00:00:00 2001 From: Paul Mazzuca Date: Fri, 9 Jun 2017 07:33:01 -0700 Subject: [PATCH] doc change to allow for generic ca.crt file secret --- examples/PREREQUISITES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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