abi
abi•15mo ago

Using encrypted private keys with Deno

So it seems to me that Deno doesn't provide any helpers for making HTTPS requests with encrypted private keys. (This is readily available in Node.js!) Is it possible at all make HTTPS requests with encrypted private keys in Deno? Not exactly sure how all of TLS works, and on what level it would need to be implemented.
4 Replies
abi
abi•15mo ago
no sir bob, i cannot 🙂 it doesn't support encrypted private keys, and i'm not 100% sure what that means. can i just use std/crypto to decrypt the private key before feeding it into createHttpClient?
Andreu Botella (they/them)
I think so
abi
abi•15mo ago
i hope so 🙂