From bee9ffd91e8004048cc489dffc73f5fee73e8f7a Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sun, 27 Jul 2014 11:54:30 +0200 Subject: [PATCH 1/2] Apply minor improvement to ejabberd.yml comment --- ejabberd.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ejabberd.yml.example b/ejabberd.yml.example index ad5ca9e4e..01f4d9c7a 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -108,7 +108,7 @@ 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 From 4a02df8b6d0aff60f84d7289bc7f0b6074e036d1 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sun, 27 Jul 2014 12:44:34 +0200 Subject: [PATCH 2/2] Mention "starttls_required" option in ejabberd.yml Closes #258. --- ejabberd.yml.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 01f4d9c7a..8f108bf52 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -113,6 +113,11 @@ listen: ## 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: