diff options
author | Christian Hesse <mail@eworm.de> | 2022-09-23 15:07:30 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-09-25 22:10:05 +0200 |
commit | eccc187014da0ee71bdfc94bfc105e6d4b4524ed (patch) | |
tree | a2836d3b3cd4a002e92e1bf5e748be805de8c35e /doc/check-certificates.md | |
parent | 562c565fcf10fff454e82bd3eb718f6b4cbc5a1d (diff) |
introduce 'mod/notification-email', split off from global-functionschange-84
Diffstat (limited to 'doc/check-certificates.md')
-rw-r--r-- | doc/check-certificates.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/check-certificates.md b/doc/check-certificates.md index f8a4eae..5198e52 100644 --- a/doc/check-certificates.md +++ b/doc/check-certificates.md @@ -26,10 +26,6 @@ Just install the script: Configuration ------------- -The expiry notifications just require notification settings for e-mail, -[matrix](mod/notification-matrix.md) and/or -[telegram](mod/notification-telegram.md). - For automatic download and renewal of certificates you need configuration in `global-config-overlay`, these are the parameters: @@ -39,6 +35,11 @@ in `global-config-overlay`, these are the parameters: Certificates on the web server should be named `CN.pem` (`PEM` format) or `CN.p12` (`PKCS#12` format). +Also notification settings are required for +[e-mail](mod/notification-email.md), +[matrix](mod/notification-matrix.md) and/or +[telegram](mod/notification-telegram.md). + Usage and invocation -------------------- |