From cf8e70abc8f433ae653159b8aa54206dd2ca4edf Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Fri, 24 Nov 2017 17:17:48 +0100 Subject: [PATCH] Fix minor typo in comment --- ejabberd.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ejabberd.yml.example b/ejabberd.yml.example index e178e956d..3931a0a43 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -126,7 +126,7 @@ hosts: ## - "no_sslv3" ## - "cipher_server_preference" ## - "no_compression" -## 'DHFILE': "/path/to/dhparams.pem" # generated with: openssl dhparam -out dhparams.pem 2048 +## 'DH_FILE': "/path/to/dhparams.pem" # generated with: openssl dhparam -out dhparams.pem 2048 ## ## c2s_dhfile: 'DH_FILE' ## s2s_dhfile: 'DH_FILE'