From f7c22b7d4b10f2e3e7cb23e603c4126f0357a698 Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Thu, 1 Apr 2021 18:40:04 -0700 Subject: [PATCH] Installs for trust/untrust. --- linux/Environment-Setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux/Environment-Setup.md b/linux/Environment-Setup.md index 90474ab..2183999 100644 --- a/linux/Environment-Setup.md +++ b/linux/Environment-Setup.md @@ -71,6 +71,8 @@ sudo apt update sudo apt install caddy ``` +For trust/untrust certs install using `sudo apt install libss3-tools` + ### Running Caddyfiles Directly Disable the systemctl service: `sudo systemctl disable caddy`