canonical links for single-user-nodes and user-settings

This commit is contained in:
martyav
2023-11-03 14:49:51 -04:00
parent 5ddcc93a86
commit 717152a781
36 changed files with 144 additions and 0 deletions
@@ -2,6 +2,10 @@
title: Advanced Options for Docker Installs
---
<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/reference-guides/single-node-rancher-in-docker/advanced-options"/>
</head>
### Custom CA Certificate
If you want to configure Rancher to use a CA root certificate to be used when validating services, you would start the Rancher container sharing the directory that contains the CA root certificate.
@@ -2,6 +2,10 @@
title: HTTP Proxy Configuration
---
<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/reference-guides/single-node-rancher-in-docker/http-proxy-configuration"/>
</head>
If you operate Rancher behind a proxy and you want to access services through the proxy (such as retrieving catalogs), you must provide Rancher information about your proxy. As Rancher is written in Go, it uses the common proxy environment variables as shown below.
Make sure `NO_PROXY` contains the network addresses, network address ranges and domains that should be excluded from using the proxy.