Changeset

12325:7457d6d27a0f

prosody.cfg.lua.dist: Remove https_certificate, this should Just Work now
author Kim Alvefur <zash@zash.se>
date Sat, 05 Feb 2022 18:17:52 +0100
parents 12324:041602327fc2
children 12326:e59b5b1cdc5b
files prosody.cfg.lua.dist
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.