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
We currently use the keyring backend test for the key used by ZetaClient
node/zetaclient/keys.go
Line 95 in f51f6e0
We need to allow more advanced keys management with the ZetaClient
The text was updated successfully, but these errors were encountered:
An improvement is to use ckeys.BackendFile
ckeys.BackendFile
The password would need to be remove from hardcoded
broadcast.go needs additional logic for password prompting
broadcast.go
ctx = ctx.WithInput(r) r.Write(fmt.Sprintf("%s\n%s\n", p, p))
Sorry, something went wrong.
zetaclient
PKCS11
lumtis
Successfully merging a pull request may close this issue.
We currently use the keyring backend test for the key used by ZetaClient
node/zetaclient/keys.go
Line 95 in f51f6e0
We need to allow more advanced keys management with the ZetaClient
The text was updated successfully, but these errors were encountered: