mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-06 02:55:27 +00:00
28 lines
664 B
INI
28 lines
664 B
INI
blade:
|
|
{
|
|
transport:
|
|
{
|
|
wss:
|
|
{
|
|
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";
|
|
};
|
|
endpoints:
|
|
{
|
|
ipv4 = ( { address = "0.0.0.0", port = 2101 } );
|
|
ipv6 = ( { address = "::", port = 2101 } );
|
|
backlog = 128;
|
|
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";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|