# HG changeset patch # User Matthew Wild # Date 1542553049 0 # Node ID fa35724dbdbac741b3e7067fb084edd8c1c4138f # Parent f457edaab510c08f85daf26aed4e1b9f5b6a5621 prosody.cfg.lua.dist: Add https_certificate option diff -r f457edaab510 -r fa35724dbdba prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Sat Nov 17 16:26:40 2018 +0100 +++ b/prosody.cfg.lua.dist Sun Nov 18 14:57:29 2018 +0000 @@ -183,6 +183,9 @@ -- Location of directory to find certificates in (relative to main config file): certificates = "certs" +-- HTTPS currently only supports a single certificate, specify it here: +--https_certificate = "certs/localhost.crt" + ----------- Virtual hosts ----------- -- You need to add a VirtualHost entry for each domain you wish Prosody to serve. -- Settings under each VirtualHost entry apply *only* to that host.