diff options
author | Matthew Wild <mwild1@gmail.com> | 2018-11-18 14:57:29 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2018-11-18 14:57:29 +0000 |
commit | c2c1bc2a973b35f843589f3ccf98c334a780c3bf (patch) | |
tree | c36bda817650a3a3a3517834f2cfe3bf10389b00 /prosody.cfg.lua.dist | |
parent | 589010b4070103d23d11b3af13874bda788a2122 (diff) | |
download | prosody-c2c1bc2a973b35f843589f3ccf98c334a780c3bf.tar.gz prosody-c2c1bc2a973b35f843589f3ccf98c334a780c3bf.zip |
prosody.cfg.lua.dist: Add https_certificate option
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index b6ea2ecb..f1329729 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -183,6 +183,9 @@ 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. |