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 want to offload all cryptographic functionality involving my private keys to my HSM (which contain my non-exportable/non-readable private keys), but as it stands, it seems I have to provide my private keys when setting up an HTTPS server (https://nodejs.org/api/https.html#https_https_createserver_options_requestlistener). Is HSM support on the nodejs roadmap, or is it actually possible to accomplish what I need now? 😉