diff options
author | Christian Hesse <mail@eworm.de> | 2024-10-31 14:31:20 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-11-02 21:23:04 +0100 |
commit | af942d90d3eae961cc5616118800ec1727e14004 (patch) | |
tree | 777bd772ee09b030de7a30a9ba9c2429b1c68807 | |
parent | 3c0852d6b829d8babc3a57002991e35f7bd31d0a (diff) |
doc/mod/notification-matrix: link to 'certificate name from browser'
-rw-r--r-- | CERTIFICATES.md | 5 | ||||
-rw-r--r-- | doc/mod/notification-matrix.md | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/CERTIFICATES.md b/CERTIFICATES.md index dfd8639..92a124b 100644 --- a/CERTIFICATES.md +++ b/CERTIFICATES.md @@ -69,6 +69,11 @@ is no output. Otherwise the certificate is downloaded and imported. If importing a certificate with that exact name fails a warning is given and nothing is actually imported. +See also +-------- + +* [Send notifications via Matrix](doc/mod/notification-matrix.md) + --- [⬅️ Go back to main README](README.md) [⬆️ Go back to top](#top) diff --git a/doc/mod/notification-matrix.md b/doc/mod/notification-matrix.md index dd46404..fbc9b91 100644 --- a/doc/mod/notification-matrix.md +++ b/doc/mod/notification-matrix.md @@ -52,6 +52,8 @@ Trust Services*. Run this to import the required certificate: $CertificateAvailable "GTS Root R4"; Replace the CA certificate name with what ever is needed for your server. +You may want to find the +[certificate name from browser](../../CERTIFICATES.md). ### From other device @@ -127,6 +129,7 @@ function available: See also -------- +* [Certificate name from browser](../../CERTIFICATES.md) * [Send notifications via e-mail](notification-email.md) * [Send notifications via Ntfy](notification-ntfy.md) * [Send notifications via Telegram](notification-telegram.md) |