You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to simpleWebRTC and signalmaster, locally i have implemented and it works fine.
In my hosting server at the time of production wanted to replace sandbox signaling server with my own signaling server url.
So as per the steps given in https://github.com/andyet/signalmaster , i have followed and everything works to be fine upto step 4, but got stuck while generating SSL.
i am using windows server, not getting how to run the below shell command in node.js
As you are on windows you probably dont have either Bash or Openssl installed which is required for running the script ./scripts/generate-ssl-certs.sh.
I ended up solving it this way.
I ran these lines on a Linux installation i had access to
I copied the new sslcerts folder containing key.pem and cert.pem to my signalmaster installation on windows and placed the folder inside the config folder.
Hello everyone,
I'm new to simpleWebRTC and signalmaster, locally i have implemented and it works fine.
In my hosting server at the time of production wanted to replace sandbox signaling server with my own signaling server url.
So as per the steps given in https://github.com/andyet/signalmaster , i have followed and everything works to be fine upto step 4, but got stuck while generating SSL.
i am using windows server, not getting how to run the below shell command in node.js
$ ./scripts/generate-ssl-certs.sh
$ NODE_ENV=production node server.js
Any help is highly appreciated
Thanks in advance
The text was updated successfully, but these errors were encountered: