diff --git a/content/rancher/v2.x/en/installation/single-node/custom-ca-root-certificate/_index.md b/content/rancher/v2.x/en/admin-settings/custom-ca-root-certificate/_index.md similarity index 98% rename from content/rancher/v2.x/en/installation/single-node/custom-ca-root-certificate/_index.md rename to content/rancher/v2.x/en/admin-settings/custom-ca-root-certificate/_index.md index abc92960383..4fc19a6d76c 100644 --- a/content/rancher/v2.x/en/installation/single-node/custom-ca-root-certificate/_index.md +++ b/content/rancher/v2.x/en/admin-settings/custom-ca-root-certificate/_index.md @@ -4,7 +4,7 @@ weight: 252 aliases: - /rancher/v2.x/en/installation/custom-ca-root-certificate/ --- -If you're using Rancher in a internal production environment where you aren't exposing apps publicly, use a certificate from a private certificate authority (CA). +If you're using Rancher in a internal production environment where you aren't exposing apps publicly, use a certificate from a private certificate authority (CA). Services that Rancher needs to access are sometimes configured with a certificate from an custom/internal CA root, also known as self signed certificate. If the presented certificate from the service cannot be validated by Rancher, the following error displays: `x509: certificate signed by unknown authority`. 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 4668411bf50..3aa2179099d 100644 --- a/content/rancher/v2.x/en/installation/single-node/_index.md +++ b/content/rancher/v2.x/en/installation/single-node/_index.md @@ -3,7 +3,6 @@ title: Single Node Install weight: 250 aliases: - /rancher/v2.x/en/installation/single-node-install/ - - /rancher/v2.x/en/installation/custom-ca-root-certificate/ --- For development and testing environments, we recommend installing Rancher by running a single Docker container. In this installation scenario, you'll install Docker on a single Linux host, and then deploy Rancher on your host using a single Docker container. @@ -21,7 +20,7 @@ For security purposes, SSL (Secure Sockets Layer) is required when using Rancher >**Do you want to...** > >- Use a proxy? See [HTTP Proxy Configuration]({{< baseurl >}}/rancher/v2.x/en/installation/single-node/proxy/) ->- Configure custom CA root certificate to access your services? See [Custom CA root certificate]({{< baseurl >}}/rancher/v2.x/en/installation/single-node/custom-ca-root-certificate/) +>- Configure custom CA root certificate to access your services? See [Custom CA root certificate]({{< baseurl >}}/rancher/v2.x/en/admin-settings/custom-ca-root-certificate/) >- Complete an Air Gap Installation? See [Air Gap](#air-gap) >- Record all transactions with the Rancher API? See [API Auditing](#api-auditing) > @@ -53,7 +52,7 @@ After creating your certificate, run the Docker command below to install Rancher - Replace `` with the directory path to your certificate file. - Replace ``,``, and `` with your certificate names. -``` +``` docker run -d --restart=unless-stopped \ -p 80:80 -p 443:443 \ -v //:/etc/rancher/ssl/cert.pem \ @@ -83,7 +82,7 @@ docker run -d --restart=unless-stopped \ -v //:/etc/rancher/ssl/cert.pem \ -v //:/etc/rancher/ssl/key.pem \ rancher/rancher:latest --no-cacerts -``` +``` {{% /accordion %}} {{% accordion id="option-d" label="Option D-Let's Encrypt Certificate" %}} @@ -135,7 +134,7 @@ If you want to record all transations with the Rancher API, enable the [API Audi If you are visiting this page to complete an [Air Gap Installation]({{< baseurl >}}/rancher/v2.x/en/installation/air-gap-installation/), you must pre-pend your private registry URL to the server tag when running the installation command in the option that you choose. Add `` with your private registry URL in front of `rancher/rancher:latest`. **Example:** - + /rancher/rancher:latest ### Persistent Data