summaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
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
parentUse round/0 instead of ceil/0 (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 c1bce8b4..6c45a41b 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:
-