Apply 674ae23c (Fixed command to generate CA certificate...) to versioned/zh docs

This commit is contained in:
Billy Tat
2024-10-25 14:48:37 -07:00
parent 674ae23ce1
commit 0673552a1b
11 changed files with 11 additions and 11 deletions
@@ -35,7 +35,7 @@ kubectl -n cattle-system create secret tls tls-rancher-ingress \
```
kubectl -n cattle-system create secret generic tls-ca \
--from-file=cacerts.pem=./cacerts.pem
--from-file=cacerts.pem
```
:::note