From d42ef45dcb851c9458071f2ddc98a508235482b2 Mon Sep 17 00:00:00 2001 From: Tejeev Date: Thu, 11 Jun 2020 15:02:36 +0100 Subject: [PATCH] Added the custom_ca option to the example --- content/rancher/v2.x/en/backups/backups/ha-backups/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/rancher/v2.x/en/backups/backups/ha-backups/_index.md b/content/rancher/v2.x/en/backups/backups/ha-backups/_index.md index 362b867745f..808e2377dd6 100644 --- a/content/rancher/v2.x/en/backups/backups/ha-backups/_index.md +++ b/content/rancher/v2.x/en/backups/backups/ha-backups/_index.md @@ -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_