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
binserve seems really great but I really wish it were a bit easier to use:
It would be really great to be able to just do binserver --auto-self-signed-tls --dir ./www and have it generate a self-signed key/cert and serve from the directory.
I have no idea how to generate certs/keys for this. I have my openssl one-liner and if I try to use that I get:
[cole@slynux:~/code/webrtcsink]$ openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 365
redacted....
[cole@slynux:~/code/webrtcsink]$ binserve
[INFO] Build finished in 485 μs ⚡
[INFO] Enabled TLS (HTTPS) 🔒
[SUCCESS] Your server is up and running at 0.0.0.0:8001 🚀
[ERROR] Could not locate PKCS 8 private keys.
The text was updated successfully, but these errors were encountered:
binserve seems really great but I really wish it were a bit easier to use:
binserver --auto-self-signed-tls --dir ./www
and have it generate a self-signed key/cert and serve from the directory.The text was updated successfully, but these errors were encountered: