Software /
code /
prosody
Comparison
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 |
parent | 4775:ab73a32a655e |
child | 5409:8e98a58ab6a3 |
comparison
equal
deleted
inserted
replaced
5292:46fbb5f1ef0a | 5293:fe9215155453 |
---|---|
87 | 87 |
88 -- These are the SSL/TLS-related settings. If you don't want | 88 -- These are the SSL/TLS-related settings. If you don't want |
89 -- to use SSL/TLS, you may comment or remove this | 89 -- to use SSL/TLS, you may comment or remove this |
90 ssl = { | 90 ssl = { |
91 key = "certs/localhost.key"; | 91 key = "certs/localhost.key"; |
92 certificate = "certs/localhost.cert"; | 92 certificate = "certs/localhost.crt"; |
93 } | 93 } |
94 | 94 |
95 -- Only allow encrypted streams? Encryption is already used when | 95 -- Only allow encrypted streams? Encryption is already used when |
96 -- available. These options will cause Prosody to deny connections that | 96 -- available. These options will cause Prosody to deny connections that |
97 -- are not encrypted. Note that some servers do not support s2s | 97 -- are not encrypted. Note that some servers do not support s2s |