mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for certificates everywhere (thanks jasperixla)
This commit is contained in:
parent
2b0081486e
commit
7855128caa
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue