mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-14 04:02:13 +08:00
Updated notify (markdown)
19
notify.md
19
notify.md
@@ -6,8 +6,27 @@ acme.sh --set-notify [--notify-hook mailgun]
|
|||||||
|
|
||||||
acme.sh --set-notify [--notify-level 2]
|
acme.sh --set-notify [--notify-level 2]
|
||||||
acme.sh --set-notify [--notify-mode 0]
|
acme.sh --set-notify [--notify-mode 0]
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
--notify-level 0|1|2|3 Set the notification level: Default value is 2.
|
||||||
|
0: disabled, no notification will be sent.
|
||||||
|
1: send notification only when there is an error. No news is good news.
|
||||||
|
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
|
||||||
|
--notify-mode 0|1 Set notification mode. Default value is 0.
|
||||||
|
0: Bulk mode. Send all the domain's notifications in one message(mail)
|
||||||
|
1: Cert mode. Send a message for every single cert.
|
||||||
|
--notify-hook [hookname] Set the notify hook
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 1. Set notification for mailgun.com
|
## 1. Set notification for mailgun.com
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user