aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2013-01-08 21:20:00 +0100
committerKim Alvefur <zash@zash.se>2013-01-08 21:20:00 +0100
commit7855128caa40d1b681152b92e44ec5792926f69d (patch)
tree89e8049608d0d5cebf012907313f014b93ea0a06 /prosody.cfg.lua.dist
parentprosodyctl: Load LFS and util.openssl when actually needed (fixes unhelpful warnings if no LuaSec installed) (diff)
downloadprosody-7855128caa40d1b681152b92e44ec5792926f69d.tar.xz
prosody-7855128caa40d1b681152b92e44ec5792926f69d.zip
prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for certificates everywhere (thanks jasperixla)
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index c0c729a99..9ca9608a5 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -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