create JWT using EC private key #425
Unanswered
willyprayogo26
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I generate private key using this command:
openssl ecparam -out private.key -name secp521r1 -genkey
but I cannot import EC private key to use in:
could u help me how to solve this?
thanks
Beta Was this translation helpful? Give feedback.
All reactions