Browse Source
Changed help output to include --nocron
The Option --nocron seems to be an alternative to --no-cron but was not documented
pull/5271/head
Benjamin Börngen-Schmidt
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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. |
|
|
--insecure Do not check the server certificate, in some devices, the api server's certificate may not be trusted. |
|
|
--ca-bundle <file> Specifies the path to the CA certificate bundle to verify api server's certificate. |
|
|
--ca-bundle <file> Specifies the path to the CA certificate bundle to verify api server's certificate. |
|
|
--ca-path <directory> Specifies directory containing CA certificates in PEM format, used by wget or curl. |
|
|
--ca-path <directory> 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. |
|
|
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-profile Only valid for '--install' command, which means: do not install aliases to user profile. |
|
|
--no-color Do not output color text. |
|
|
--no-color Do not output color text. |
|
|
|