doc/mod/notification-matrix: link to 'certificate name from browser'

This commit is contained in:
Christian Hesse 2024-10-31 14:31:20 +01:00
parent 3c0852d6b8
commit af942d90d3
2 changed files with 8 additions and 0 deletions

View file

@ -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 If importing a certificate with that exact name fails a warning is given
and nothing is actually imported. 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 main README](README.md)
[⬆️ Go back to top](#top) [⬆️ Go back to top](#top)

View file

@ -52,6 +52,8 @@ Trust Services*. Run this to import the required certificate:
$CertificateAvailable "GTS Root R4"; $CertificateAvailable "GTS Root R4";
Replace the CA certificate name with what ever is needed for your server. 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 ### From other device
@ -127,6 +129,7 @@ function available:
See also See also
-------- --------
* [Certificate name from browser](../../CERTIFICATES.md)
* [Send notifications via e-mail](notification-email.md) * [Send notifications via e-mail](notification-email.md)
* [Send notifications via Ntfy](notification-ntfy.md) * [Send notifications via Ntfy](notification-ntfy.md)
* [Send notifications via Telegram](notification-telegram.md) * [Send notifications via Telegram](notification-telegram.md)