Skip to content
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

Closed
rayshan opened this issue Nov 19, 2014 · 7 comments
Closed

Support PKCS12 to .pem conversion for JWT auth #326

rayshan opened this issue Nov 19, 2014 · 7 comments
Assignees
Labels
🚨 This issue needs some love. triage me I really want to be triaged.

Comments

@rayshan
Copy link

rayshan commented Nov 19, 2014

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).

@ryanseys
Copy link
Contributor

Yep, currently this library still uses gapitoken to use .pem files but we can do the conversion automatically if we use the gtoken which uses google-p12-pem to do the conversion from Google .p12 to .pem. Both of these libraries were made by myself to provide better stability to this process.

@rayshan
Copy link
Author

rayshan commented Nov 19, 2014

Sweet 👍 I'll wait for you to implement here so I don't have to do it :)

@ryanseys
Copy link
Contributor

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.

@rayshan
Copy link
Author

rayshan commented Nov 20, 2014

no worries, i'm not in a hurry, in the mean time i'll give https://github.com/ryanseys/google-p12-pem a try.

@rayshan
Copy link
Author

rayshan commented Nov 24, 2014

@ryanseys
Copy link
Contributor

Cool :)

On Sunday, November 23, 2014, Ray Shan notifications@github.com wrote:

it does work, thanks
https://github.com/rayshan/ga-extractor/releases/tag/v0.4.0


Reply to this email directly or view it on GitHub
#326 (comment)
.

@JustinBeckwith
Copy link
Contributor

This should work now!

@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Apr 6, 2020
@JustinBeckwith JustinBeckwith self-assigned this Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

4 participants