prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for certificates everywhere (thanks jasperixla)

This commit is contained in:
Kim Alvefur 2013-01-08 21:20:00 +01:00
parent 2b0081486e
commit 7855128caa
4 changed files with 5 additions and 5 deletions

View 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