mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-16 18:13:17 +00:00
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:
+1
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user