Add chapter for enabling auto upgrading of acme.sh

master
cospeedster 2025-05-05 22:46:27 +02:00
parent 00e067e88c
commit 2d5b103189
1 changed files with 11 additions and 1 deletions

@ -138,4 +138,14 @@ or manually add below line into /root/.profile
```sh
. "/usr/local/share/acme.sh/acme.sh.env"
```
```
# Enable auto upgrading
Enable [auto upgrade](https://github.com/acmesh-official/acme.sh?tab=readme-ov-file#14-how-to-upgrade-acmesh):
`acme.sh --upgrade --auto-upgrade`
Disable auto upgrade:
`acme.sh --upgrade --auto-upgrade 0`