diff options
author | Christian Hesse <mail@eworm.de> | 2024-10-31 14:43:39 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-11-02 21:23:04 +0100 |
commit | c5740c2328c4d468766686717fd14b9860e0494c (patch) | |
tree | cf7a01692036aabf7296c45c075061fc08bf8beb /doc | |
parent | af942d90d3eae961cc5616118800ec1727e14004 (diff) |
doc/mod/notification-ntfy: link to 'certificate name from browser'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mod/notification-ntfy.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/mod/notification-ntfy.md b/doc/mod/notification-ntfy.md index 2a43e3c..5393d44 100644 --- a/doc/mod/notification-ntfy.md +++ b/doc/mod/notification-ntfy.md @@ -52,6 +52,10 @@ basic authentication. Configure `NtfyServerUser` and `NtfyServerPass` for this. Even authentication via access token is possible, adding it as password with a blank username. +For a custom service installing an additional certificate may be required. +You may want to install that certificate manually, after finding the +[certificate name from browser](../../CERTIFICATES.md). + Usage and invocation -------------------- @@ -82,6 +86,7 @@ function available: See also -------- +* [Certificate name from browser](../../CERTIFICATES.md) * [Send notifications via e-mail](notification-email.md) * [Send notifications via Matrix](notification-matrix.md) * [Send notifications via Telegram](notification-telegram.md) |