From 4bbdd0953ff0e62440d5ffbb503b9083cb0cc4c7 Mon Sep 17 00:00:00 2001 From: dkeightley Date: Fri, 27 Dec 2019 10:11:04 +1300 Subject: [PATCH] Update bullet point to new lines with consistent wording Bring the two bullet points to new lines to fix the list structure Slight update to wording for consistency --- .../single-node/advanced/_index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/installation/other-installation-methods/single-node/advanced/_index.md b/content/rancher/v2.x/en/installation/other-installation-methods/single-node/advanced/_index.md index 0a098494cbe..7b2707fab24 100644 --- a/content/rancher/v2.x/en/installation/other-installation-methods/single-node/advanced/_index.md +++ b/content/rancher/v2.x/en/installation/other-installation-methods/single-node/advanced/_index.md @@ -18,8 +18,10 @@ If you want to configure Rancher to use a CA root certificate to be used when va Use the command example to start a Rancher container with your private CA certificates mounted. -- The volume option (`-v`) should specify the host directory containing the CA root certificates. -- The `e` flag in combination with `SSL_CERT_DIR` declares an environment variable that specifies the mounted CA root certificates directory location inside the container. - Passing environment variables to the Rancher container can be done using `-e KEY=VALUE` or `--env KEY=VALUE`. - Mounting a host directory inside the container can be done using `-v host-source-directory:container-destination-directory` or `--volume host-source-directory:container-destination-directory`. +- The volume flag (`-v`) should specify the host directory containing the CA root certificates. +- The environment variable flag (`-e`) in combination with `SSL_CERT_DIR` and directory declares an environment variable that specifies the mounted CA root certificates directory location inside the container. +- Passing environment variables to the Rancher container can be done using `-e KEY=VALUE` or `--env KEY=VALUE`. +- Mounting a host directory inside the container can be done using `-v host-source-directory:container-destination-directory` or `--volume host-source-directory:container-destination-directory`. The example below is based on having the CA root certificates in the `/host/certs` directory on the host and mounting this directory on `/container/certs` inside the Rancher container.