From 56d9144ad6b644e29127d83377b84fa0978e625e Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Tue, 8 Dec 2020 14:30:29 +0100 Subject: [PATCH] Disable ACME Throws a warning when reloading the config, because it is enabled by default, but not configured entirely. Disabling it explicitly removes the warning. --- site-cookbooks/kosmos-ejabberd/templates/ejabberd.yml.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site-cookbooks/kosmos-ejabberd/templates/ejabberd.yml.erb b/site-cookbooks/kosmos-ejabberd/templates/ejabberd.yml.erb index 0c82cc1..32db826 100644 --- a/site-cookbooks/kosmos-ejabberd/templates/ejabberd.yml.erb +++ b/site-cookbooks/kosmos-ejabberd/templates/ejabberd.yml.erb @@ -32,6 +32,9 @@ s2s_ciphers: 'TLS_CIPHERS' c2s_protocol_options: 'TLS_OPTIONS' s2s_protocol_options: 'TLS_OPTIONS' +acme: + auto: false + listen: - port: 5222