Mercurial > prosody-hg
diff prosody.cfg.lua.dist @ 5293:fe9215155453
prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for certificates everywhere (thanks jasperixla)
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 08 Jan 2013 21:20:00 +0100 |
| parents | ab73a32a655e |
| children | 8e98a58ab6a3 |
line wrap: on
line diff
--- a/prosody.cfg.lua.dist Tue Jan 08 13:33:35 2013 +0100 +++ b/prosody.cfg.lua.dist Tue Jan 08 21:20:00 2013 +0100 @@ -89,7 +89,7 @@ -- 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
