Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 5303:19a4a3462574
Merge 0.9->trunk
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Tue, 22 Jan 2013 08:30:38 +0500 |
parent | 5293:fe9215155453 |
child | 5409:8e98a58ab6a3 |
comparison
equal
deleted
inserted
replaced
5285:19381ed1cc02 | 5303:19a4a3462574 |
---|---|
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 |