Change example of where the prosody certs should be referenced.

This commit is contained in:
2026-07-23 13:32:33 -07:00
parent 0ccef4583a
commit b5ae8ff0ce
@@ -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 ------