mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-06 02:55:27 +00:00
16 lines
271 B
INI
16 lines
271 B
INI
blade:
|
|
{
|
|
transport:
|
|
{
|
|
wss:
|
|
{
|
|
ssl:
|
|
{
|
|
key = "./ca/intermediate/private/client@freeswitch-upstream.key.pem";
|
|
cert = "./ca/intermediate/certs/client@freeswitch-upstream.cert.pem";
|
|
chain = "./ca/intermediate/certs/ca-chain.cert.pem";
|
|
};
|
|
};
|
|
};
|
|
};
|