Added the custom_ca option to the example

This commit is contained in:
Tejeev
2020-06-17 15:20:09 -07:00
committed by Catherine Luse
parent 7011eaf29a
commit 2517cc1a59
@@ -71,6 +71,10 @@ To take recurring snapshots, enable the `etcd-snapshot` service, which is a serv
folder: "folder-name" # Available as of v2.3.0
endpoint: "s3.eu-west-1.amazonaws.com"
region: "eu-west-1"
custom_ca: |-
-----BEGIN CERTIFICATE-----
$CERTIFICATE
-----END CERTIFICATE-----
```
_Using RKE v0.1.x_