From 26dbf28c36fb995764e7cd168f7162eae640131b Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Thu, 1 Apr 2021 18:32:57 -0700 Subject: [PATCH] Caddy fixes for Linux. --- linux/Environment-Setup.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/linux/Environment-Setup.md b/linux/Environment-Setup.md index 1af7a78..90474ab 100644 --- a/linux/Environment-Setup.md +++ b/linux/Environment-Setup.md @@ -87,3 +87,16 @@ Option 1 which worked on PopOS: `sudo setcap CAP_NET_BIND_SERVICE=+eip $(which c Possibly need to allow port `:443` and `:80` in Linux firewall `sudo ufw allow 443/tcp` `sudo ufw allow 80/tcp` + +### NET::ERR_CERT_AUTHORITY_INVALID or SEC_ERROR_UNKNOWN_ISSUER Browser Errors + +1. Run `caddy trust` +2. If still does not work then untrust and re-trust: + +``` + caddy untrust && caddy trust +``` + +### Firefox Root Certs + +Enable the about:config property `security.enterprise_roots.enabled` to true.