2017-06-21 17:15:53 -06:00
|
|
|
blade:
|
|
|
|
{
|
|
|
|
transport:
|
|
|
|
{
|
|
|
|
wss:
|
|
|
|
{
|
2017-09-07 06:44:16 -06:00
|
|
|
ssl:
|
|
|
|
{
|
|
|
|
key = "./ca/intermediate/private/controller@freeswitch-upstream.key.pem";
|
|
|
|
cert = "./ca/intermediate/certs/controller@freeswitch-upstream.cert.pem";
|
|
|
|
chain = "./ca/intermediate/certs/ca-chain.cert.pem";
|
|
|
|
};
|
2017-06-21 17:15:53 -06:00
|
|
|
endpoints:
|
|
|
|
{
|
|
|
|
ipv4 = ( { address = "0.0.0.0", port = 2101 } );
|
|
|
|
ipv6 = ( { address = "::", port = 2101 } );
|
|
|
|
backlog = 128;
|
2017-09-07 06:44:16 -06:00
|
|
|
ssl:
|
|
|
|
{
|
|
|
|
key = "./ca/intermediate/private/controller@freeswitch-downstream.key.pem";
|
|
|
|
cert = "./ca/intermediate/cert/controller@freeswitch-downstream.cert.pem";
|
|
|
|
chain = "./ca/intermediate/cert/ca-chain.cert.pem";
|
|
|
|
};
|
2017-06-21 17:15:53 -06:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|