Software /
code /
prosody
Diff
prosody.cfg.lua.dist @ 9636:fa35724dbdba 0.11
prosody.cfg.lua.dist: Add https_certificate option
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 18 Nov 2018 14:57:29 +0000 |
parent | 9593:6e1379473c3c |
child | 9637:b8301ba2c437 |
line wrap: on
line diff
--- 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.