This commit is contained in:
Paul Mazzuca 2017-09-26 21:26:14 +00:00 committed by GitHub
commit 2cfc2c1172

View file

@ -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