-
-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
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 ./wwwand 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers