From 883c282735d1a1f9098e8868cf3299bb460c1ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=B6rngen-Schmidt?= Date: Wed, 28 Aug 2024 18:25:56 +0200 Subject: [PATCH] Changed help output to include --nocron The Option --nocron seems to be an alternative to --no-cron but was not documented --- acme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme.sh b/acme.sh index 4cf407f2..1a7710af 100755 --- a/acme.sh +++ b/acme.sh @@ -7003,7 +7003,7 @@ Parameters: --insecure Do not check the server certificate, in some devices, the api server's certificate may not be trusted. --ca-bundle Specifies the path to the CA certificate bundle to verify api server's certificate. --ca-path Specifies directory containing CA certificates in PEM format, used by wget or curl. - --no-cron Only valid for '--install' command, which means: do not install the default cron job. + --no-cron, --nocron Only valid for '--install' command, which means: do not install the default cron job. In this case, the certs will not be renewed automatically. --no-profile Only valid for '--install' command, which means: do not install aliases to user profile. --no-color Do not output color text.