From e25c95faea819ec5b792ab27655701306ec8da61 Mon Sep 17 00:00:00 2001 From: d03j <35648287+d03j@users.noreply.github.com> Date: Mon, 9 Aug 2021 01:29:26 +1000 Subject: [PATCH] Updated TLS configuration (markdown) --- TLS-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TLS-configuration.md b/TLS-configuration.md index b4c608b..96c62ef 100644 --- a/TLS-configuration.md +++ b/TLS-configuration.md @@ -19,6 +19,6 @@ certPath=/[username]/.acme.sh/[hostname]/fullchain.cer keyPath=/[username]/.acme.sh/[hostname]/example.com.key ``` -Above is only example of how this is setup on my environment when I generated the certificate using Let's encrypt acme utility. Your paths may be completely different. (Note that if you are using a Docker installation, these paths should be in a volume or other path understood by the docker container.) +Above is only example of how this is setup on my environment when I generated the certificate using Let's encrypt acme utility. Your paths may be completely different. (Note that if you are using a Docker installation, these paths should be in a volume or other path understood by the docker container, e.g., /home/node/trilium-data/[DIR IN DATA DIRECTORY].) After you set this up, you may restart trilium and now visit the hostname with "https". \ No newline at end of file