Converting PEM to JWK in V3 #149
-
I am migrating from V2 to V3. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
crypto.createPublicKey or crypto.createPrivateKey to end up with |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for the prompt reply.
Another thing to note is the node version. |
Beta Was this translation helpful? Give feedback.
crypto.createPublicKey or crypto.createPrivateKey to end up with
KeyObject
then use jose/jwk/from_key_like to get a JWK.