prosody.cfg.lua.dist
branch0.11
changeset 9640 fa35724dbdba
parent 9596 6e1379473c3c
child 9641 b8301ba2c437
--- 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.