-
Notifications
You must be signed in to change notification settings - Fork 648
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
witness node accepts private key from file #1812
witness node accepts private key from file #1812
Conversation
Any insight why the key must be specified as a [public,private] pair? The public part is redundant, it would be simpler if the file contained only private keys. While you're at it, perhaps add another option that reads private keys from a file descriptor, as in https://www.gnupg.org/gph/en/manual/r1736.html . That would open the possibility to enter the key on startup, so that it doesn't have to be stored on disk. |
3fb84da
to
197acba
Compare
I guess most of the comments shall be resolved. Furthermore, I have rebased the changes on develop. The [public,private] is the original format. As far as the file descriptor goes, I am not that much interested in it right now. |
197acba
to
35961a6
Compare
35961a6
to
390a43e
Compare
390a43e
to
89e4e4e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Hey Monkeys!
This change implements an option for adding private keys from files.
Ape out!