From 3bc8837f8d9ebe39e1a876998257804cec12892e Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Thu, 3 Oct 2019 13:45:19 +0200 Subject: [PATCH] Add info on intermediates recognized CA cert --- content/rancher/v2.x/en/installation/single-node/_index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 2b0a0f5e51a..47698fbfd5f 100644 --- a/content/rancher/v2.x/en/installation/single-node/_index.md +++ b/content/rancher/v2.x/en/installation/single-node/_index.md @@ -67,7 +67,10 @@ docker run -d --restart=unless-stopped \ In production environments where you're exposing an app publicly, use a certificate signed by a recognized CA so that your user base doesn't encounter security warnings. ->**Prerequisite:** The certificate files must be in [PEM format](#pem). +>**Prerequisites:** +> +>- The certificate files must be in [PEM format](#pem). +>- In your certificate file, include all intermediate certificates provided by the recognized CA. Order your certificates with your certificate first, followed by the intermediates. For an example, see [SSL FAQ / Troubleshooting](#cert-order). After obtaining your certificate, run the Docker command below.