diff options
author | Konstantinos Kallas <konstantinos.kallas@hotmail.com> | 2017-07-07 19:40:57 +0300 |
---|---|---|
committer | Konstantinos Kallas <konstantinos.kallas@hotmail.com> | 2017-07-07 19:40:57 +0300 |
commit | b4b4e247dd078df7d26b3978356326fcd78042c7 (patch) | |
tree | 98722f7b076aefe0448890cbdb0f7161a08c1123 | |
parent | Clean up code by adding throws instead of passing the error value (diff) |
Add the certificate directory in ejabberd.yml.ecample
-rw-r--r-- | ejabberd.yml.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example index aeffc5a3..5e6f9b63 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -668,7 +668,8 @@ language: "en" acme: contact: "mailto:cert-admin-ejabberd@example.com" http_dir: "/home/konstantinos/Desktop/Programming/test-server-for-acme/" - + cert_dir: "/usr/local/var/lib/ejabberd/" + ###. ======= ###' MODULES |