diff --git a/Config/Prosody/etc/conf.avail/example.com.cfg.lua b/Config/Prosody/etc/conf.avail/example.com.cfg.lua index ad17ff6..3ecb2db 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/letsencrypt/live/example.com/privkey.pem"; - -- certificate = "/etc/letsencrypt/live/example.com/fullchain.pem"; + -- key = "/etc/prosody/certs/example.com.key"; + -- certificate = "/etc/prosody/certs/example.com.crt"; -- } ------ Components ------