]> granicus.if.org Git - ejabberd/commitdiff
Revert removal of certfile option on http listener
authorChristophe Romain <christophe.romain@process-one.net>
Mon, 11 Dec 2017 10:00:24 +0000 (11:00 +0100)
committerChristophe Romain <christophe.romain@process-one.net>
Mon, 11 Dec 2017 10:00:24 +0000 (11:00 +0100)
ejabberd.yml.example

index 61c6586b8f05a624265b4184826e33ddc206adfe..9026d4a04cb08d93f99f81a9cd24b4beb4549e09 100644 (file)
@@ -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).