From 971dc0c086a2a40a19542ff2008ac1e672ddb909 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 18 Jun 2026 18:04:06 -0700 Subject: [PATCH] Edit the cert paths based on how the drives are being mounted. --- Config/Prosody/etc/conf.avail/example.com.cfg.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Config/Prosody/etc/conf.avail/example.com.cfg.lua b/Config/Prosody/etc/conf.avail/example.com.cfg.lua index 9db4b4f..23fd616 100644 --- a/Config/Prosody/etc/conf.avail/example.com.cfg.lua +++ b/Config/Prosody/etc/conf.avail/example.com.cfg.lua @@ -8,8 +8,8 @@ VirtualHost "example.com" -- Note that old-style SSL on port 5223 only supports one certificate, and will always -- use the global one. ssl = { - key = "/etc/prosody/certs/example.com.key"; - certificate = "/etc/prosody/certs/example.com.crt"; + key = "/etc/prosody/certs/example.com/privkey.pem"; + certificate = "/etc/prosody/certs/example.com/fullchain.pem"; } ------ Components ------ @@ -26,4 +26,3 @@ Component "conference.example.com" "muc" ---Set up an external component (default component port is 5347) --Component "gateway.example.com" -- component_secret = "password" -