From 59649e9b1e5ec81961bd8b45655772adffd06c0e Mon Sep 17 00:00:00 2001 From: neil Date: Wed, 28 Sep 2016 22:11:00 +0800 Subject: [PATCH] support --auto-upgrade --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6c37179d..aeef0098 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,17 @@ You can update acme.sh to the latest code: 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 https://github.com/Neilpang/acme.sh/wiki/Issue-a-cert-from-existing-CSR