diff options
author | Christian Hesse <mail@eworm.de> | 2024-10-28 22:31:58 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-10-29 15:00:26 +0100 |
commit | 3169270dbda239b860ee7b2989d2bfdf7b5b78c7 (patch) | |
tree | 2bbe8f76868d0238889a1f718c1a091c4e32e01d | |
parent | e803f8b3c0956e8b9f3992433d0a3caf9cb4c899 (diff) |
doc/mod/notification-matrix: better document certificate import
-rw-r--r-- | doc/mod/notification-matrix.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/mod/notification-matrix.md b/doc/mod/notification-matrix.md index c96a719..dd46404 100644 --- a/doc/mod/notification-matrix.md +++ b/doc/mod/notification-matrix.md @@ -46,6 +46,13 @@ The Matrix server is connected via encrypted https, and certificate verification is applied. So make sure you have the certificate chain for your server in device's certificate store. +The example below is for `matrix.org`, which uses a trust chain from *Google +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. + ### From other device If you have setup your Matrix *notification account* before just reuse that. |