aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/README.md b/README.md
index 79dce74..0b0af38 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,11 @@
# ssl_expire_notifier
-Simple PHP script that checks SSL certificates expiration dates for a list of given domains
+Simple PHP script that checks
+
+- SSL certificates expiration dates
+- domain registration expiration dates
+
+for a list of given domains
and notifies you via Telegram if some of them are about to expire.
Supposed to be run by cron daily or so.
@@ -15,8 +20,12 @@ telegram_token = "your_bot_token"
telegram_chat_id = "your_chat_id"
verbose = 1
-warn_days = 60
-error_days = 30
+
+ssl_warn_days = 14
+ssl_error_days = 5
+
+reg_warn_days = 30
+reg_error_days = 15
hosts[] = example.org
hosts[] = mail.example.com:993