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:
-rw-r--r--ejabberd.yml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 61c6586b8..9026d4a04 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -238,6 +238,10 @@ listen:
## request_handlers:
## "": mod_http_upload
## tls: true
+ ## certfile: "/path/to/xmpp.pem"
+ ## protocol_options: 'TLSOPTS'
+ ## dhfile: 'DHFILE'
+ ## ciphers: 'CIPHERS'
## Disabling digest-md5 SASL authentication. digest-md5 requires plain-text
## password storage (see auth_password_format option).