Mercurial > sat_docs
comparison docker/prosody/prosody.cfg.lua @ 81:697d7234d2ed
docker (prosody): updated path for certificates
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 18 Feb 2016 14:13:56 +0100 |
parents | 694fd34ff0b3 |
children | 5824dee4ea2b |
comparison
equal
deleted
inserted
replaced
80:686a8c982c3f | 81:697d7234d2ed |
---|---|
86 -- | 86 -- |
87 pidfile = "/var/run/prosody/prosody.pid"; | 87 pidfile = "/var/run/prosody/prosody.pid"; |
88 | 88 |
89 -- We want to use the certificat in /usr/share/sat | 89 -- We want to use the certificat in /usr/share/sat |
90 ssl = { | 90 ssl = { |
91 key = "/usr/share/sat/libervia.key"; | 91 key = "/usr/share/sat/certificates/libervia.key"; |
92 certificate = "/usr/share/sat/libervia.crt"; | 92 certificate = "/usr/share/sat/certificates/libervia.crt"; |
93 } | 93 } |
94 | 94 |
95 c2s_require_encryption = true | 95 c2s_require_encryption = true |
96 | 96 |
97 -- Force certificate authentication for server-to-server connections? | 97 -- Force certificate authentication for server-to-server connections? |