uNetworking / uWebSockets.js

μWebSockets for Node.js back-ends :metal:
Apache License 2.0
7.64k stars 560 forks source link

Allow for dynamically-generated certificates, keys, etc. #1006

Open AimForNaN opened 6 months ago

AimForNaN commented 6 months ago

Packages like node-forge let us dynamically generate self-signed certificates, private/public key pairs, etc. Developer experience can be significantly improved if we didn't have to save them to file and just pass them in directly.

uNetworkingAB commented 6 months ago

Yes a few have reported this, maybe it could be time to look at it. Very low prio.