From a72eb09c1f53a2bc61442f9d1609089019cde889 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 19 Jun 2026 08:37:01 -0700 Subject: [PATCH] Change the path for the certs. --- Config/Prosody/etc/conf.avail/example.com.cfg.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Config/Prosody/etc/conf.avail/example.com.cfg.lua b/Config/Prosody/etc/conf.avail/example.com.cfg.lua index a4d11d3..ad17ff6 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/privkey.pem"; - -- certificate = "/etc/prosody/certs/example.com/fullchain.pem"; + -- key = "/etc/letsencrypt/live/example.com/privkey.pem"; + -- certificate = "/etc/letsencrypt/live/example.com/fullchain.pem"; -- } ------ Components ------