From 77cb23efbc82232da24f06700b53bf8d34a71cd6 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Mon, 12 Aug 2019 08:36:31 -0400 Subject: [PATCH] Clarify the use and results of using --set-notify --- notify.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notify.md b/notify.md index cac239c..febd435 100644 --- a/notify.md +++ b/notify.md @@ -3,6 +3,8 @@ acme.sh can send notifications in its cronjob. Every night when the renew cronjob runs, you may receive notifications based on `notify-level` and `notify-mode`. +To configure notifications, use the `--set-notify` argument. This will send test notifications and update account.conf with the new settings. Do not include `--set-notify` in your cron job. + ``` --notify-level 0|1|2|3 Set the notification level: Default value is 2. @@ -268,5 +270,3 @@ acme.sh --set-notify --notify-hook xmpp The `XMPP_TO`, `XMPP_BIN` and `XMPP_BIN_ARGS` will be saved in ~/.acme.sh/account.conf and will be reused when needed. On debian based systems `sendxmpp` has problems validating certificates (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854210). - -