mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 13:38:07 +00:00
Update local_cluster_auth_endpoint ca_certs
Clarify format of ca_certs field in local_cluster_auth_endpoint to prevent confusion with double base 64 encoding
This commit is contained in:
+4
-1
@@ -341,7 +341,10 @@ Example:
|
|||||||
local_cluster_auth_endpoint:
|
local_cluster_auth_endpoint:
|
||||||
enabled: true
|
enabled: true
|
||||||
fqdn: "FQDN"
|
fqdn: "FQDN"
|
||||||
ca_certs: "BASE64_CACERT"
|
ca_certs: |-
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
...
|
||||||
|
-----END CERTIFICATE-----
|
||||||
```
|
```
|
||||||
|
|
||||||
### Custom Network Plug-in
|
### Custom Network Plug-in
|
||||||
|
|||||||
Reference in New Issue
Block a user