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:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-11-20 15:02:24 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-11-20 15:02:24 +0300
commite9e56ed183c5dae2b64808fa2cae033b6e227873 (patch)
tree2c85df8e8b2c3e17750f1d3b57b512e56987be54 /ejabberd.yml.example
parent6686a64d5f582e287c4e8b50f3b705db731bf02f (diff)
Add notes about s2s_cafile
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 507ac1585..09c7c00fe 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -113,6 +113,9 @@ hosts:
## certfiles:
## - "/etc/letsencrypt/live/example.org/*.pem"
## - "/etc/letsencrypt/live/example.com/*.pem"
+##
+## If your system provides only a single CA file (CentOS/FreeBSD):
+## s2s_cafile: "/etc/ssl/certs/ca-bundle.pem"
###. =================
###' TLS configuration