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:
Alex Seymour
2022-03-11 14:08:49 +01:00
committed by GitHub
parent dcbb11700d
commit 05bf424592
@@ -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