prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for certificates...
[prosody.git] / prosody.cfg.lua.dist
index c0c729a9924a73057a3d9af0b9648abd0eff1174..9ca9608a58a1e8c8eaaabc3d66bf2eff3b27947d 100644 (file)
@@ -89,7 +89,7 @@ allow_registration = false;
 -- to use SSL/TLS, you may comment or remove this
 ssl = {
        key = "certs/localhost.key";
-       certificate = "certs/localhost.cert";
+       certificate = "certs/localhost.crt";
 }
 
 -- Only allow encrypted streams? Encryption is already used when