jose icon indicating copy to clipboard operation
jose copied to clipboard

Consideration for JWK <-> PEM formats

Open nicktacular opened this issue 8 years ago • 3 comments

I was curious if you guys considered having a conversion build in for JWK <-> PEM formats? Perhaps even extension based so that if -o whatever.pem ended in PEM then you would use that format.

nicktacular avatar Jun 12 '17 16:06 nicktacular

Yes, we have. I even have a (very stale) branch for working on this. But getting the core API right and usable CLI was a higher priority. Patches are welcome!

npmccallum avatar Jun 12 '17 16:06 npmccallum

#62 is a start—only useful for signing at the moment and needs some testing and review.

asiplas avatar Nov 25 '18 06:11 asiplas

Cursory testing—verification via https://jwt.io/ seems OK.

asiplas avatar Nov 25 '18 06:11 asiplas