aboutsummaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-12-11 11:00:24 +0100
committerChristophe Romain <christophe.romain@process-one.net>2017-12-11 11:00:24 +0100
commit47f6fc8dd28f1a80beaa0efcd8c238bc3f0a3e2f (patch)
tree7d6a16e32ae3fec35d58ca24065a544baaaa65da /ejabberd.yml.example
parentUpdate example configuration (diff)
Revert removal of certfile option on http listener
Diffstat (limited to 'ejabberd.yml.example')
-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).