From c0655293ac6d5f67caf580677c29518b7456389c Mon Sep 17 00:00:00 2001 From: Walusimbi Silver Date: Fri, 24 Apr 2026 12:03:22 +0300 Subject: [PATCH] Use certbot ntfy topic for certificate alerts --- scripts/check-cert-expiry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-cert-expiry.sh b/scripts/check-cert-expiry.sh index edeca72..c42a62d 100644 --- a/scripts/check-cert-expiry.sh +++ b/scripts/check-cert-expiry.sh @@ -4,7 +4,7 @@ set -uo pipefail CERT_DIR="${CERT_DIR:-/etc/letsencrypt/live}" EXPIRY_DAYS="${EXPIRY_DAYS:-14}" -NTFY_URL="${NTFY_URL:-https://ntfy.silverwal.com/silver}" +NTFY_URL="${NTFY_URL:-https://ntfy.silverwal.com/certbot}" NTFY_TITLE="${NTFY_TITLE:-SSL certificate warning}" NTFY_PRIORITY="${NTFY_PRIORITY:-high}" NTFY_TAGS="${NTFY_TAGS:-warning,lock}"