19 lines
406 B
Plaintext
19 lines
406 B
Plaintext
# Copy to config/cert-expiry.conf (gitignored)
|
|
|
|
# Notification email settings (examples)
|
|
RECIPIENT="alert@example.domain"
|
|
SENDER="noreply@example.domain"
|
|
|
|
# Check settings
|
|
WARN_DAYS=30
|
|
TIMEOUT=12
|
|
FORCE_SEND=0
|
|
|
|
# Files (defaults are repo-local, these are optional)
|
|
DOMAINS_FILE="./config/domains.txt"
|
|
LOG_FILE="./cert-expiry.log"
|
|
|
|
# Email via msmtp (optional)
|
|
ENABLE_EMAIL=0
|
|
MSMTP_CONFIG="./config/msmtprc"
|