prosody.cfg.lua.dist: Remove https_certificate, this should Just Work now

This commit is contained in:
Kim Alvefur 2022-02-05 18:17:52 +01:00
parent c8515415ec
commit 99e90a9914

View file

@ -195,9 +195,6 @@ log = {
-- 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.