From ded575cf57ea448e5814cb1ab786f7d13ac02036 Mon Sep 17 00:00:00 2001 From: aspezowka Date: Thu, 1 Oct 2020 10:24:21 -0600 Subject: [PATCH] Added note about Certbots Privilege problems --- docs/servers/web-server.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/servers/web-server.md b/docs/servers/web-server.md index 5ad9321f..216efb6c 100644 --- a/docs/servers/web-server.md +++ b/docs/servers/web-server.md @@ -54,6 +54,8 @@ Entries available under `contentServers.web.https`: If you don't have a TLS certificate for your domain, a good source for a certificate can be [LetsEncrypt](https://letsencrypt.org/) who supplies free and trusted TLS certificates. +Keep in mind that the SSL certificate provided by Let's Encrypt's Certbot is by default stored in a privileged location; if your ENIGMA instance is not running as root (which it should not be!), you'll need to copy the SSL certificate somewhere else in order for ENIGMA to use it. + ## Static Routes Static files live relative to the `contentServers.web.staticRoot` path which defaults to `enigma-bbs/www`.