Edit the cert paths based on how the drives are being mounted.

This commit is contained in:
2026-06-18 18:04:06 -07:00
parent 7106a6774c
commit 971dc0c086
@@ -8,8 +8,8 @@ VirtualHost "example.com"
-- Note that old-style SSL on port 5223 only supports one certificate, and will always -- Note that old-style SSL on port 5223 only supports one certificate, and will always
-- use the global one. -- use the global one.
ssl = { ssl = {
key = "/etc/prosody/certs/example.com.key"; key = "/etc/prosody/certs/example.com/privkey.pem";
certificate = "/etc/prosody/certs/example.com.crt"; certificate = "/etc/prosody/certs/example.com/fullchain.pem";
} }
------ Components ------ ------ Components ------
@@ -26,4 +26,3 @@ Component "conference.example.com" "muc"
---Set up an external component (default component port is 5347) ---Set up an external component (default component port is 5347)
--Component "gateway.example.com" --Component "gateway.example.com"
-- component_secret = "password" -- component_secret = "password"