prosody.cfg.lua.dist: Remove https_certificate, this should Just Work now
authorKim Alvefur <zash@zash.se>
Sat, 05 Feb 2022 18:17:52 +0100
changeset 12329 7457d6d27a0f
parent 12328 041602327fc2
child 12330 e59b5b1cdc5b
prosody.cfg.lua.dist: Remove https_certificate, this should Just Work now
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.