From 3b912941c4d33dc2bd0954df297aa6426f5f5996 Mon Sep 17 00:00:00 2001 From: William Jimenez Date: Tue, 16 Apr 2019 13:17:56 -0700 Subject: [PATCH] Update _index.md typo fix --- content/rancher/v2.x/en/installation/single-node/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/single-node/_index.md b/content/rancher/v2.x/en/installation/single-node/_index.md index da42b4201b9..3cdfcb34490 100644 --- a/content/rancher/v2.x/en/installation/single-node/_index.md +++ b/content/rancher/v2.x/en/installation/single-node/_index.md @@ -88,7 +88,7 @@ docker run -d --restart=unless-stopped \ {{% /accordion %}} {{% accordion id="option-d" label="Option D-Let's Encrypt Certificate" %}} -For production environments, you also have the options of using [Let's Encrypt](https://letsencrypt.org/) certificates. Let's Encrypt uses an http-01 challenge to verify that you have control over your domain. You can confirm that you control the domain by pointing the hostname that you want to use for Rancher access (for example, `rancher.mydomain.com`) to the IP of the machine it is running on. You can bind the hostname to the IP address by creating an A record in DNS. +For production environments, you also have the option of using [Let's Encrypt](https://letsencrypt.org/) certificates. Let's Encrypt uses an http-01 challenge to verify that you have control over your domain. You can confirm that you control the domain by pointing the hostname that you want to use for Rancher access (for example, `rancher.mydomain.com`) to the IP of the machine it is running on. You can bind the hostname to the IP address by creating an A record in DNS. >**Prerequisites:** >