trailofbits / tubertc

Peer-to-Peer Video Chat for Corporate LANs
MIT License
358 stars 58 forks source link

Helper utilities for setting up TLS #54

Open yying opened 8 years ago

yying commented 8 years ago

If you're deploying this to an internal network, you might skip the step of creating an TLS certificate. This is problematic because getUserMedia won't work post-Chrome 47 for non-HTTPS connections.

Tuber should come with a set of helper utilities for creating a TLS certificate so this is less of a problem.