mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-15 04:42:12 +08:00
support --auto-upgrade
This commit is contained in:
11
README.md
11
README.md
@@ -302,6 +302,17 @@ You can update acme.sh to the latest code:
|
|||||||
acme.sh --upgrade
|
acme.sh --upgrade
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can enable auto upgrade:
|
||||||
|
```
|
||||||
|
acme.sh --upgrade --auto-upgrade
|
||||||
|
```
|
||||||
|
Then **acme.sh** will keep up to date automatically.
|
||||||
|
|
||||||
|
Disable auto upgrade:
|
||||||
|
```
|
||||||
|
acme.sh --upgrade --auto-upgrade 0
|
||||||
|
```
|
||||||
|
|
||||||
# 12. Issue a cert from an existing CSR
|
# 12. Issue a cert from an existing CSR
|
||||||
|
|
||||||
https://github.com/Neilpang/acme.sh/wiki/Issue-a-cert-from-existing-CSR
|
https://github.com/Neilpang/acme.sh/wiki/Issue-a-cert-from-existing-CSR
|
||||||
|
|||||||
Reference in New Issue
Block a user