diff options
author | Matthew Wild <mwild1@gmail.com> | 2017-09-23 17:49:48 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2017-09-23 17:49:48 +0100 |
commit | e7020ede0e1aaa83fdbf83bda2dea948115f5c6f (patch) | |
tree | 00c8447718ed2f0dfba2651968f88c3fd2e2de22 | |
parent | 97a25935fc9e207678c210f503b52cbb547312c8 (diff) | |
download | prosody-e7020ede0e1aaa83fdbf83bda2dea948115f5c6f.tar.gz prosody-e7020ede0e1aaa83fdbf83bda2dea948115f5c6f.zip |
prosody.cfg.lua.dist: Improve certificates comment
-rw-r--r-- | prosody.cfg.lua.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 716b7b2a..bd897f74 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -174,11 +174,11 @@ log = { -- 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 ----------- |