diff options
| author | Luke Hoersten <[email protected]> | 2020-09-05 21:31:59 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-09-05 21:31:59 -0500 |
| commit | dbc6e0eca5171a87d0ee344df2650c4727c81040 (patch) | |
| tree | a6d242c27b692880b22a13236be927e3dbec52d2 /prosody/templates | |
| parent | 95c0693bc586b331c4d140b9e85872159bc02988 (diff) | |
Use proper ssl cert config for prosody.
Diffstat (limited to 'prosody/templates')
| -rw-r--r-- | prosody/templates/prosody.cfg.lua.j2 | 5 |
1 files changed, 0 insertions, 5 deletions
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"; |
