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