# HG changeset patch # User Kim Alvefur # Date 1644081472 -3600 # Node ID 7457d6d27a0fbd2ee0f5f2407ca4482af2012108 # Parent 041602327fc22a8c44fc6acef4741d468fb780dc prosody.cfg.lua.dist: Remove https_certificate, this should Just Work now diff -r 041602327fc2 -r 7457d6d27a0f prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Sat Feb 05 18:14:17 2022 +0100 +++ b/prosody.cfg.lua.dist Sat Feb 05 18:17:52 2022 +0100 @@ -195,9 +195,6 @@ -- 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.