move private-ca to single-node, move cleaning-cluster-nodes to faq

This commit is contained in:
Jason Greathouse
2018-08-13 13:31:09 -05:00
parent b278f9d08b
commit 1d27cdd4bd
4 changed files with 4 additions and 15 deletions
@@ -183,4 +183,4 @@ Chains |
iptables -L -t nat
iptables -L -t mangle
iptables -L
```
```
@@ -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.
@@ -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)
* [Using an External Load Balancer](single-node-install-external-lb)
* [Using a Private CA Root Certificate](private-ca-root-certificate)
@@ -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`.