diff --git a/content/rke/latest/en/etcd-snapshots/recurring-snapshots/_index.md b/content/rke/latest/en/etcd-snapshots/recurring-snapshots/_index.md index fe67a69dc0c..145f3466510 100644 --- a/content/rke/latest/en/etcd-snapshots/recurring-snapshots/_index.md +++ b/content/rke/latest/en/etcd-snapshots/recurring-snapshots/_index.md @@ -89,6 +89,10 @@ services: region: "" folder: "" # Optional - Available as of v0.3.0 endpoint: s3.amazonaws.com + custom_ca: |- + -----BEGIN CERTIFICATE----- + $CERTIFICATE + -----END CERTIFICATE----- ``` {{% /tab %}}