From a008480ba864c52091ac991c68a2dcf812f04f8d Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Fri, 19 Mar 2021 09:58:54 -0700 Subject: [PATCH] Fix config.yaml tls-san reference #3072 --- .../v2.5/en/installation/install-rancher-on-linux/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.5/en/installation/install-rancher-on-linux/_index.md b/content/rancher/v2.5/en/installation/install-rancher-on-linux/_index.md index e9bc97a56a2..0ea25e9deb6 100644 --- a/content/rancher/v2.5/en/installation/install-rancher-on-linux/_index.md +++ b/content/rancher/v2.5/en/installation/install-rancher-on-linux/_index.md @@ -87,7 +87,7 @@ Create the RancherD config file at `/etc/rancher/rke2/config.yaml`: ```yaml token: my-shared-secret tls-san: - - https://my-fixed-registration-address.com + - my-fixed-registration-address.com - another-kubernetes-domain.com ```