Browse Source
Merge pull request #2332 from endreszabo/patch-1
Help text suggests bad practice.
pull/2338/head
neil
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
acme.sh
|
@ -6108,7 +6108,7 @@ Parameters: |
|
|
|
|
|
|
|
|
--notify-level 0|1|2|3 Set the notification level: Default value is $NOTIFY_LEVEL_DEFAULT. |
|
|
--notify-level 0|1|2|3 Set the notification level: Default value is $NOTIFY_LEVEL_DEFAULT. |
|
|
0: disabled, no notification will be sent. |
|
|
0: disabled, no notification will be sent. |
|
|
1: send notification only when there is an error. No news is good news. |
|
|
|
|
|
|
|
|
1: send notification only when there is an error. |
|
|
2: send notification when a cert is successfully renewed, or there is an error |
|
|
2: send notification when a cert is successfully renewed, or there is an error |
|
|
3: send notification when a cert is skipped, renewdd, or error |
|
|
3: send notification when a cert is skipped, renewdd, or error |
|
|
--notify-mode 0|1 Set notification mode. Default value is $NOTIFY_MODE_DEFAULT. |
|
|
--notify-mode 0|1 Set notification mode. Default value is $NOTIFY_MODE_DEFAULT. |
|
|