prosody.cfg.lua.dist: Improve certificates comment
authorMatthew Wild <mwild1@gmail.com>
Sat, 23 Sep 2017 17:49:48 +0100
changeset 8264 012208387396
parent 8263 17c630b243ce
child 8265 e6f3e440c843
prosody.cfg.lua.dist: Improve certificates comment
prosody.cfg.lua.dist
--- 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 -----------