letsencrypt now generates certificates that include the chain
[ansible.git] / roles / prosody / templates / prosody.cfg.lua
index d92d82e2000caa491aee760ec77de7c254841b48..238ca7538e4bcec0bcda7bc6ebb814749a5e3a61 100644 (file)
@@ -117,7 +117,7 @@ pidfile = "/var/run/prosody/prosody.pid"
 -- to use SSL/TLS, you may comment or remove this
 ssl = {
        key = "/etc/ssl/private/letsencrypt/live.key";
-       certificate = "/etc/ssl/mycerts/letsencrypt/live.crt+chain";
+       certificate = "/etc/ssl/mycerts/letsencrypt/live.crt";
        ciphers = "ALL:!EXPORT:!LOW:!MEDIUM:!aNULL:!3DES";
        dhparam = "/etc/ssl/dh2048.pem";
 }