diff --git a/content/rancher/v2.x/en/installation/removing-rancher/cleaning-cluster-nodes/_index.md b/content/rancher/v2.x/en/faq/cleaning-cluster-nodes/_index.md similarity index 99% rename from content/rancher/v2.x/en/installation/removing-rancher/cleaning-cluster-nodes/_index.md rename to content/rancher/v2.x/en/faq/cleaning-cluster-nodes/_index.md index 29fda3d5053..a582dfe6a2e 100644 --- a/content/rancher/v2.x/en/installation/removing-rancher/cleaning-cluster-nodes/_index.md +++ b/content/rancher/v2.x/en/faq/cleaning-cluster-nodes/_index.md @@ -183,4 +183,4 @@ Chains | iptables -L -t nat iptables -L -t mangle iptables -L -``` +``` \ No newline at end of file diff --git a/content/rancher/v2.x/en/installation/removing-rancher/_index.md b/content/rancher/v2.x/en/installation/removing-rancher/_index.md deleted file mode 100644 index 3a9f7d56271..00000000000 --- a/content/rancher/v2.x/en/installation/removing-rancher/_index.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Removing Rancher -weight: 375 ---- - -This section contains instructions on how to remove Rancher or nodes added to clusters. - -Choose from the following options: - -- [Cleaning cluster nodes]({{< baseurl >}}/rancher/v2.x/en/installation/removing-rancher/cleaning-cluster-nodes) - - In this section, you can find steps to clean nodes that have been added to clusters created in Rancher. diff --git a/content/rancher/v2.x/en/installation/single-node/advanced-options/_index.md b/content/rancher/v2.x/en/installation/single-node/advanced-options/_index.md index a2e251d49c4..7764115530c 100644 --- a/content/rancher/v2.x/en/installation/single-node/advanced-options/_index.md +++ b/content/rancher/v2.x/en/installation/single-node/advanced-options/_index.md @@ -5,4 +5,5 @@ weight: 250 * [Air Gap Installation](air-gap-installation) * [HTTP/S Proxy Configuration](proxy-configuration) -* [Using an External Load Balancer](single-node-install-external-lb) \ No newline at end of file +* [Using an External Load Balancer](single-node-install-external-lb) +* [Using a Private CA Root Certificate](private-ca-root-certificate) \ No newline at end of file diff --git a/content/rancher/v2.x/en/installation/custom-ca-root-certificate/_index.md b/content/rancher/v2.x/en/installation/single-node/advanced-options/private-ca-root-certificate/_index.md similarity index 97% rename from content/rancher/v2.x/en/installation/custom-ca-root-certificate/_index.md rename to content/rancher/v2.x/en/installation/single-node/advanced-options/private-ca-root-certificate/_index.md index 423c087784d..275fc2408a8 100644 --- a/content/rancher/v2.x/en/installation/custom-ca-root-certificate/_index.md +++ b/content/rancher/v2.x/en/installation/single-node/advanced-options/private-ca-root-certificate/_index.md @@ -1,5 +1,5 @@ --- -title: Adding custom CA root certificates +title: Using a Private CA Root Certificate weight: 365 --- Services that Rancher needs to access are sometimes configured with a certificate from an custom/internal Certificate Authority (CA) root, also known as self signed certificate. If the presented certificate from the service cannot be validated by Rancher, the following error will appear: `x509: certificate signed by unknown authority`.