mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 13:38:07 +00:00
Merge pull request #1092 from bjm904/patch-1
Single Node Upgrade: Add reminder for acme users
This commit is contained in:
@@ -96,6 +96,14 @@ During upgrade, you create a copy of the data from your current Rancher containe
|
|||||||
docker run -d --volumes-from rancher-data --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher:latest
|
docker run -d --volumes-from rancher-data --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
>**Attention Let’s Encrypt Users:**
|
||||||
|
>
|
||||||
|
>Remember to append `--acme-domain <YOUR.DNS.NAME>` to the run command, otherwise Rancher will fall back to using self signed certificates.
|
||||||
|
>```
|
||||||
|
>docker run -d --volumes-from rancher-data --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher:latest --acme-domain <YOUR.DNS.NAME>
|
||||||
|
>```
|
||||||
|
|
||||||
|
|
||||||
>**Want records of all transactions with the Rancher API?**
|
>**Want records of all transactions with the Rancher API?**
|
||||||
>
|
>
|
||||||
>Enable the [API Auditing]({{< baseurl >}}/rancher/v2.x/en/installation/api-auditing) feature by adding the flags below into your upgrade command.
|
>Enable the [API Auditing]({{< baseurl >}}/rancher/v2.x/en/installation/api-auditing) feature by adding the flags below into your upgrade command.
|
||||||
|
|||||||
Reference in New Issue
Block a user