From 351ce064365edacff0e61527ec13530c383d168f Mon Sep 17 00:00:00 2001 From: Stef Ki <3359043+stefkiourk@users.noreply.github.com> Date: Mon, 7 Aug 2023 18:30:55 +0200 Subject: [PATCH] Update update-rancher-certificate.md (#756) --- .../resources/update-rancher-certificate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installation-and-upgrade/resources/update-rancher-certificate.md b/docs/getting-started/installation-and-upgrade/resources/update-rancher-certificate.md index 0933d7eab43..513b46ac4d2 100644 --- a/docs/getting-started/installation-and-upgrade/resources/update-rancher-certificate.md +++ b/docs/getting-started/installation-and-upgrade/resources/update-rancher-certificate.md @@ -122,7 +122,7 @@ This section covers three methods to reconfigure Rancher agents to trust the pri #### Why is this step required? -When Rancher is configured with a certificate signed by a private CA, the CA certificate chain is trusted by Rancher agent containers. Agents compare the checksum of the downloaded certificate against the `CATTLE_CA_CHECKSUM` environment variable. This means that, when the private CA certificate used by Rancher has changed, the environvment variable `CATTLE_CA_CHECKSUM` must be updated accordingly. +When Rancher is configured with a certificate signed by a private CA, the CA certificate chain is trusted by Rancher agent containers. Agents compare the checksum of the downloaded certificate against the `CATTLE_CA_CHECKSUM` environment variable. This means that, when the private CA certificate used by Rancher has changed, the environment variable `CATTLE_CA_CHECKSUM` must be updated accordingly. #### Which method should I choose?