Use certbot ntfy topic for certificate alerts

This commit is contained in:
Walusimbi Silver
2026-04-24 12:03:22 +03:00
parent b1b42968a1
commit c0655293ac

View File

@@ -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}"