[Freeswitch-users] Setting up webrtc certificates
Ken Rice
krice at freeswitch.org
Thu May 11 16:04:50 UTC 2017
When using LetsEncrypt and certbot, its as simple as
export FQDN=my.fqdn.com; cat /etc/letsencrypt/live/$FQDN/cert.pem /etc/letsencrypt/live/$FQDN/privkey.pem \
/etc/letsencrypt/live/$FQDN/chain.pem > /usr/local/freeswitch/certs/wss.pem
This works if you have installed from source,
If you have installed from packages change /usr/local/freeswitch… bit to
/etc/freeswitch/tls/wss.pem
From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ravi sanyal
Sent: Tuesday, May 9, 2017 7:26 PM
To: freeswitch-users at lists.freeswitch.org
Subject: [Freeswitch-users] Setting up webrtc certificates
Hello,
I'm following the guide on confluence to setup webrtc and testing the various ports for certificate information. I noticed that i need to copy the ca.crt file into the certs folder, however, i used letsencrypt over the self-signed program that was being used for the example. What is the equivalent of this file in letsencrypt?
Nathan
--
Virtual Guard Ltd
info at virtualguard.co.nz <mailto:info at virtualguard.co.nz>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20170511/2d2d1af5/attachment.html
More information about the FreeSWITCH-users
mailing list