From dbc6e0eca5171a87d0ee344df2650c4727c81040 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sat, 5 Sep 2020 21:31:59 -0500 Subject: Use proper ssl cert config for prosody. --- prosody/templates/prosody.cfg.lua.j2 | 5 ----- 1 file changed, 5 deletions(-) (limited to 'prosody/templates') diff --git a/prosody/templates/prosody.cfg.lua.j2 b/prosody/templates/prosody.cfg.lua.j2 index 32bc1a6..932464a 100644 --- a/prosody/templates/prosody.cfg.lua.j2 +++ b/prosody/templates/prosody.cfg.lua.j2 @@ -1,10 +1,5 @@ VirtualHost "{{prosody_vhost}}" -ssl = { - key = "{{prosody_ssl_privkey}}"; - certificate = "{{prosody_ssl_cert}}"; -} - storage = "sql" sql = { driver = "PostgreSQL"; -- cgit v1.2.3