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 | 18fff9b8458fda22f5c24f1ec7a6da4f8463a9a7 (patch) | |
tree | 00c8447718ed2f0dfba2651968f88c3fd2e2de22 /prosody.cfg.lua.dist | |
parent | 1c3b4b2da906dab63c06242c8a9848ed747f7cd8 (diff) | |
download | prosody-18fff9b8458fda22f5c24f1ec7a6da4f8463a9a7.tar.gz prosody-18fff9b8458fda22f5c24f1ec7a6da4f8463a9a7.zip |
prosody.cfg.lua.dist: Improve certificates comment
Diffstat (limited to 'prosody.cfg.lua.dist')
-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 ----------- |