Revert removal of certfile option on http listener

This commit is contained in:
Christophe Romain 2017-12-11 11:00:24 +01:00
parent 42b2e6c5ab
commit 47f6fc8dd2
1 changed files with 4 additions and 0 deletions

View 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).