mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-16 18:13:17 +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:
|
||||
enabled: true
|
||||
fqdn: "FQDN"
|
||||
ca_certs: "BASE64_CACERT"
|
||||
ca_certs: |-
|
||||
-----BEGIN CERTIFICATE-----
|
||||
...
|
||||
-----END CERTIFICATE-----
|
||||
```
|
||||
|
||||
### Custom Network Plug-in
|
||||
|
||||
Reference in New Issue
Block a user