From 4b245675e6af9c47025bf1f669f8c071764b2401 Mon Sep 17 00:00:00 2001 From: zadam Date: Fri, 15 Jul 2022 21:46:53 +0200 Subject: [PATCH] Updated Synchronization (markdown) --- Synchronization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Synchronization.md b/Synchronization.md index 8aa5db4..e41cf0d 100644 --- a/Synchronization.md +++ b/Synchronization.md @@ -53,7 +53,7 @@ When TLS is in use, Trilium client will attempt to verify the server certificate export NODE_TLS_REJECT_UNAUTHORIZED=0 ``` -TLS certificate won't be verified and simply accepted as it is. +TLS certificate won't be verified and simply accepted as it is. **You need to be aware that this will degrade the security of sync process significantly and open your setup to MITM attacks. It's strongly recommended to use a valid signed server certificate.** Newer Trilium versions contain this in a script called `trilium-no-cert-check.sh`.