-
Notifications
You must be signed in to change notification settings - Fork 125
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
add support for private keys with passphrase and cypher fields #234
Comments
unfortunately this won't be in our powers to deliver, in node >= 11.6 you may pass your encrypted keys to |
Can I take it then that this project is no longer being actively supported? |
On the contrary, we do support the current API but in light of this feature being part of native node stable branch already I don't feel like we need to have this in a package. FWIW for environments other than node this feature doesn't make much sense anyway. |
I think it’s rhen at least worth clarifying in the documentation that node-Jose is incompatible with pems that have passwords. Right now it just silently fails which is frustrating to debug. |
I agree. Thanks for pointing that out. |
Node 10 introduced support for
crypto.generateKeyPair
and the standard example includes acypher
andpassphrase
field. However, according to other comments, certificates with a passphrase are currently not supported.This is therefore a feature request to support the
passphrase
option innode-jose
.Cheers
Dave
The text was updated successfully, but these errors were encountered: