# HG changeset patch # User Matthew Wild # Date 1506185388 -3600 # Node ID 0122083873968accd148feedfce2f3ba4ed7a27a # Parent 17c630b243ced2c47cfdd410ce2154e7b417017a prosody.cfg.lua.dist: Improve certificates comment diff -r 17c630b243ce -r 012208387396 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 -----------