-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support PKCS12 to .pem conversion for JWT auth #326
Comments
Yep, currently this library still uses |
Sweet 👍 I'll wait for you to implement here so I don't have to do it :) |
Unfortunately I'm swamped right now at school so I don't have much time to maintain this project as much as I'd like. I'll see what I can do but cannot promise any timely response. |
no worries, i'm not in a hurry, in the mean time i'll give https://github.com/ryanseys/google-p12-pem a try. |
it does work, thanks |
Cool :) On Sunday, November 23, 2014, Ray Shan notifications@github.com wrote:
|
This should work now! |
Currently the example ask the user to convert the
.p12
key to.pem
before using this library. It would be nice to do this for the user by using https://github.com/digitalbazaar/forge. Here's an example of how:nodejs/node-v0.x-archive#4050 (comment).
The text was updated successfully, but these errors were encountered: