From fbb14450ea04f955aab4d1b9c4eab05d5f8707c6 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sun, 21 Sep 2025 16:26:58 +0100 Subject: Remove config restating defaults According to mod_tls documentation, c2s_require_encryption and s2s_require_encryption already default to true. Therefore, they can be removed. Likewise, the default for authentication is internal_hashed, and the certs are already in the "certs" subdirectory relative to the prosody config file. --- files/prosody.cfg.lua.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/files/prosody.cfg.lua.j2 b/files/prosody.cfg.lua.j2 index 9064bca..85ab04b 100644 --- a/files/prosody.cfg.lua.j2 +++ b/files/prosody.cfg.lua.j2 @@ -88,10 +88,6 @@ log = { } s2s_secure_auth = true -s2s_require_encryption = true -c2s_require_encryption = true -authentication = "internal_hashed" -certificates = "certs" c2s_direct_tls_ports = { 5223 } -- cgit v1.2.3