Skip to content

Support different passwords for each keystore #5249

Description

@nflaig

Is your feature request related to a problem? Please describe.

There are two flags: --importKeystores and --importKeystoresPassword. Where --importKeystores expects a directory with all the keystores while --importKeystoresPassword expects just ONE password file to decrypt ALL the keystores. What if we have keystores with different password for each keystore?

Describe the solution you'd like

Support multiple password file formats (simple and mapped) or option to provide multiple password files, maybe similar approach to how teku validator-keys work.

I could imagine a file structure like this

<keystore filename1>:<password1>
<keystore filename2>:<password2>
<keystore filename3>:<password3>

Metadata

Metadata

Assignees

Labels

good first issueIssues that are suitable for first-time contributors.help wantedThe author indicates that additional help is wanted.meta-feature-requestIssues to track feature requests.prio-mediumResolve this some time soon (tm).

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions