We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I see your also using Forge, this shouldn’t be needed.
https://github.com/aazcast/haciendacostarica-signer/blob/master/index.js#L12
I have not gotten to it’s use yet but my guess is it’s for P12 support. See this example for how to do this with PKIjs: https://github.com/PeculiarVentures/PKI.js/tree/master/examples/NodePKCS12Example
This will reduce dependencies and unify code.
The text was updated successfully, but these errors were encountered:
Thank you, you are right. I will check the examples and try to implement this change in next hours. Thanks so much for you help!
Sorry, something went wrong.
aazcast
No branches or pull requests
I see your also using Forge, this shouldn’t be needed.
https://github.com/aazcast/haciendacostarica-signer/blob/master/index.js#L12
I have not gotten to it’s use yet but my guess is it’s for P12 support. See this example for how to do this with PKIjs:
https://github.com/PeculiarVentures/PKI.js/tree/master/examples/NodePKCS12Example
This will reduce dependencies and unify code.
The text was updated successfully, but these errors were encountered: