-
Notifications
You must be signed in to change notification settings - Fork 2
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
CLI[Key]: Generate Node Gossip Keys #511
Comments
As discussed here, we may need to wait a bit to get support of separate We could use this library: https://github.com/digitalbazaar/forge#pkcs12 |
I'm going to implement separate |
Generating |
🎉 This issue has been resolved in version 0.20.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
We need to generate *.pfx files containing multiple keys as done in hedera-node/data/keys/generate.sh.
It seems we can only do it in Java (or using
keytool
), not usingopenssl
. Need to figure out if we can do it in Javascript.Ref: https://stackoverflow.com/questions/51888110/how-to-make-pkcs12-pkcs12-contain-more-than-one-private-key-in-p12-container
Examples:
openssl
)keytool
)Seems we should use
keytool
to replicate the hedera-node/data/keys/generate.sh.The text was updated successfully, but these errors were encountered: