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 | 1e9b98ebe50f3328376736096e05e780d07aa37e (patch) | |
tree | 00c8447718ed2f0dfba2651968f88c3fd2e2de22 /prosody.cfg.lua.dist | |
parent | a50dab7f0582dcc815513c1ed0b80e3fb50be0e6 (diff) | |
download | prosody-1e9b98ebe50f3328376736096e05e780d07aa37e.tar.gz prosody-1e9b98ebe50f3328376736096e05e780d07aa37e.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 ----------- |