Software /
code /
prosody
Changeset
8261:012208387396
prosody.cfg.lua.dist: Improve certificates comment
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 23 Sep 2017 17:49:48 +0100 |
parents | 8260:17c630b243ce |
children | 8262:e6f3e440c843 |
files | prosody.cfg.lua.dist |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/prosody.cfg.lua.dist Sat Sep 23 17:39:36 2017 +0100 +++ b/prosody.cfg.lua.dist Sat Sep 23 17:49:48 2017 +0100 @@ -174,11 +174,11 @@ -- Certificates -- Every virtual host and component needs a certificate so that clients and -- servers can securely verify its identity. Prosody will automatically load --- certificates/keys from the directory specified here (paths are relative to --- the main configuration file). +-- certificates/keys from the directory specified here. -- For more information, including how to use 'prosodyctl' to auto-import certificates -- (from e.g. Let's Encrypt) see https://prosody.im/doc/certificates +-- Location of directory to find certificates in (relative to main config file): certificates = "certs" ----------- Virtual hosts -----------