From 5f954f86befa4dc7874c2d38ebc5ee3fb013103d Mon Sep 17 00:00:00 2001 From: Jacek Grzechnik Date: Sun, 26 Jan 2020 14:06:59 +0100 Subject: [PATCH] Update _index.md - right certificate Changed CA_CERTS documentation in self-signed section. You need to provice CA certificate instead of CA private key. --- .../other-installation-methods/single-node/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/other-installation-methods/single-node/_index.md b/content/rancher/v2.x/en/installation/other-installation-methods/single-node/_index.md index 1eba31f9b01..a1fdee2cab6 100644 --- a/content/rancher/v2.x/en/installation/other-installation-methods/single-node/_index.md +++ b/content/rancher/v2.x/en/installation/other-installation-methods/single-node/_index.md @@ -61,7 +61,7 @@ After creating your certificate, run the Docker command below to install Rancher | `` | The path to the directory containing your certificate files. | | `` | The path to your full certificate chain. | | `` | The path to the private key for your certificate. | -| `` | The path to the certificate authority's private key. | +| `` | The path to the certificate authority's certificate. | ``` docker run -d --restart=unless-stopped \