Closed ghost closed 3 years ago
https://github.com/pions/webrtc/blob/master/examples/sfu-ws/web.go#L16 This generating the PEM and Key.
However the example uses the browser and so we need a way to inject the the PEM into your browser. https://support.securly.com/hc/en-us/articles/206081828-How-to-manually-install-the-Securly-SSL-certificate-in-Chrome
Also it generates the new PEM on every run, and so you have to reinject it into the browser.
How about this ?
We need a common way for all he examples.
this might help: https://github.com/FiloSottile/mkcert
I removed certificates from sfu-ws
Users should fork+modify if they need this.
https://github.com/pions/webrtc/blob/master/examples/sfu-ws/web.go#L16 This generating the PEM and Key.
However the example uses the browser and so we need a way to inject the the PEM into your browser. https://support.securly.com/hc/en-us/articles/206081828-How-to-manually-install-the-Securly-SSL-certificate-in-Chrome
Also it generates the new PEM on every run, and so you have to reinject it into the browser.
How about this ?
We need a common way for all he examples.
this might help: https://github.com/FiloSottile/mkcert