Update _index.md - right certificate

Changed CA_CERTS documentation in self-signed section. You need to provice CA certificate instead of CA private key.
This commit is contained in:
Jacek Grzechnik
2020-01-26 14:06:59 +01:00
committed by GitHub
parent 4278ecdb91
commit 5f954f86be
@@ -61,7 +61,7 @@ After creating your certificate, run the Docker command below to install Rancher
| `<CERT_DIRECTORY>` | The path to the directory containing your certificate files. |
| `<FULL_CHAIN.pem>` | The path to your full certificate chain. |
| `<PRIVATE_KEY.pem>` | The path to the private key for your certificate. |
| `<CA_CERTS>` | The path to the certificate authority's private key. |
| `<CA_CERTS>` | The path to the certificate authority's certificate. |
```
docker run -d --restart=unless-stopped \