mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 12:38:05 +00:00
Update add-tls-secrets.md
Fixed command to generate CA certificate to match working command from https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/resources/update-rancher-certificate Old command results in failures
This commit is contained in:
@@ -35,7 +35,7 @@ Create a file named `cacerts.pem` that only contains the root CA certificate or
|
|||||||
|
|
||||||
```
|
```
|
||||||
kubectl -n cattle-system create secret generic tls-ca \
|
kubectl -n cattle-system create secret generic tls-ca \
|
||||||
--from-file=cacerts.pem=./cacerts.pem
|
--from-file=cacerts.pem
|
||||||
```
|
```
|
||||||
|
|
||||||
:::note
|
:::note
|
||||||
|
|||||||
Reference in New Issue
Block a user