prosody service: set cafile
Fix s2s_secure_auth.
This commit is contained in:
parent
5b9aa05522
commit
5a93f6149a
@ -228,6 +228,7 @@ let
|
|||||||
|
|
||||||
createSSLOptsStr = o: ''
|
createSSLOptsStr = o: ''
|
||||||
ssl = {
|
ssl = {
|
||||||
|
cafile = "/etc/ssl/certs/ca-bundle.crt";
|
||||||
key = "${o.key}";
|
key = "${o.key}";
|
||||||
certificate = "${o.cert}";
|
certificate = "${o.cert}";
|
||||||
${concatStringsSep "\n" (mapAttrsToList (name: value: "${name} = ${toLua value};") o.extraOptions)}
|
${concatStringsSep "\n" (mapAttrsToList (name: value: "${name} = ${toLua value};") o.extraOptions)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user