mirror of https://github.com/knative/docs.git
add missing secret command for contour tls setup (#3003)
This commit is contained in:
parent
6ffd239bb6
commit
f8fb9e0c93
|
@ -163,7 +163,7 @@ Kubernetes secret and then configure the Knative Contour plugin
|
||||||
private key, `key.pem`, by entering the following command:
|
private key, `key.pem`, by entering the following command:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl create --namespace contour-external tls default-cert \
|
kubectl create --namespace contour-external secret tls default-cert \
|
||||||
--key key.pem \
|
--key key.pem \
|
||||||
--cert cert.pem
|
--cert cert.pem
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue