jose icon indicating copy to clipboard operation
jose copied to clipboard

Create public JWK from X.509 cert

Open tiran opened this issue 9 years ago • 1 comments

It would be useful to create a RSA/EC JWK from a X.509 cert or a PKey.

tiran avatar Oct 31 '16 13:10 tiran

https://github.com/npmccallum/jose/blob/x509/src/jwk.c#L569 https://github.com/npmccallum/jose/blob/x509/src/jwk.c#L627

That code is rather out of date, but could be resurrected.

npmccallum avatar Oct 31 '16 13:10 npmccallum