Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 8261:012208387396
prosody.cfg.lua.dist: Improve certificates comment
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 23 Sep 2017 17:49:48 +0100 |
parent | 8260:17c630b243ce |
child | 8268:e21d82551e05 |
child | 8273:ca881f4bc415 |
comparison
equal
deleted
inserted
replaced
8260:17c630b243ce | 8261:012208387396 |
---|---|
172 -- statistics = "internal" | 172 -- statistics = "internal" |
173 | 173 |
174 -- Certificates | 174 -- Certificates |
175 -- Every virtual host and component needs a certificate so that clients and | 175 -- Every virtual host and component needs a certificate so that clients and |
176 -- servers can securely verify its identity. Prosody will automatically load | 176 -- servers can securely verify its identity. Prosody will automatically load |
177 -- certificates/keys from the directory specified here (paths are relative to | 177 -- certificates/keys from the directory specified here. |
178 -- the main configuration file). | |
179 -- For more information, including how to use 'prosodyctl' to auto-import certificates | 178 -- For more information, including how to use 'prosodyctl' to auto-import certificates |
180 -- (from e.g. Let's Encrypt) see https://prosody.im/doc/certificates | 179 -- (from e.g. Let's Encrypt) see https://prosody.im/doc/certificates |
181 | 180 |
181 -- Location of directory to find certificates in (relative to main config file): | |
182 certificates = "certs" | 182 certificates = "certs" |
183 | 183 |
184 ----------- Virtual hosts ----------- | 184 ----------- Virtual hosts ----------- |
185 -- You need to add a VirtualHost entry for each domain you wish Prosody to serve. | 185 -- You need to add a VirtualHost entry for each domain you wish Prosody to serve. |
186 -- Settings under each VirtualHost entry apply *only* to that host. | 186 -- Settings under each VirtualHost entry apply *only* to that host. |