Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Khramtsov <ekhramtsov@process-one.net>2019-09-20 16:12:15 +0300
committerEvgeny Khramtsov <ekhramtsov@process-one.net>2019-09-20 16:12:15 +0300
commitbacaae787394f688951902ec4978341ddb1f069a (patch)
treed58c55a9896a07fcf5cbec12cc7ed8aaf91526d1 /ejabberd.yml.example
parent81ae691738c2ed78a1ab0b4b97655a42344a3b77 (diff)
Comment `certfiles` section in example config
Rely on ACME configuration instead
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example7
1 files changed, 4 insertions, 3 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index c1bce8b40..6c45a41ba 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -23,9 +23,10 @@ log_rotate_date: ""
log_rotate_count: 1
log_rate_limit: 100
-certfiles:
- - /etc/letsencrypt/live/localhost/fullchain.pem
- - /etc/letsencrypt/live/localhost/privkey.pem
+## If you already have certificates, list them here
+# certfiles:
+# - /etc/letsencrypt/live/domain.tld/fullchain.pem
+# - /etc/letsencrypt/live/domain.tld/privkey.pem
listen:
-