diff options
author | Kim Alvefur <zash@zash.se> | 2013-01-08 21:20:00 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2013-01-08 21:20:00 +0100 |
commit | 486f0e1874ab30755237abac89c824535309943e (patch) | |
tree | 89e8049608d0d5cebf012907313f014b93ea0a06 /prosody.cfg.lua.dist | |
parent | 9ae3298c8cdc38bb37a9bcb5d505f4b3dd633949 (diff) | |
download | prosody-486f0e1874ab30755237abac89c824535309943e.tar.gz prosody-486f0e1874ab30755237abac89c824535309943e.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.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index c0c729a9..9ca9608a 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 |