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 ```