diff options
author | Evgeny Khramtsov <xramtsov@gmail.com> | 2014-07-28 11:06:59 +0400 |
---|---|---|
committer | Evgeny Khramtsov <xramtsov@gmail.com> | 2014-07-28 11:06:59 +0400 |
commit | 5d79dff4f34dda7d8d45b99ee3356a61f5b64380 (patch) | |
tree | 36e76cc580ed4abac0cce629c474a769726f0047 | |
parent | Merge pull request #264 from weiss/su-without-p (diff) | |
parent | Mention "starttls_required" option in ejabberd.yml (diff) |
Merge pull request #265 from weiss/mention-starttls-required
Mention "starttls_required" option in sample configuration file
-rw-r--r-- | ejabberd.yml.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example index ad5ca9e4e..8f108bf52 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -108,11 +108,16 @@ listen: ## ## If TLS is compiled in and you installed a SSL ## certificate, specify the full path to the - ## file and uncomment this line: + ## file and uncomment these lines: ## ## certfile: "/path/to/ssl.pem" ## starttls: true ## + ## To enforce TLS encryption for client connections, + ## use this instead of the "starttls" option: + ## + ## starttls_required: true + ## ## Custom OpenSSL options ## ## protocol_options: |