A feature that we rarely use, but still want to support is printing keys to the command line instead of storing them to the keystore files. This enables the users to copy them to a secure key manager.
Fix #433
Code review checklist (for code reviewer to complete)
[ ] Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
[ ] Title summarizes what is changing
[ ] Commit messages are meaningful (see this for details)
[ ] Tests have been included and/or updated, as appropriate
[ ] Docstrings have been included and/or updated, as appropriate
[ ] Changelog has been updated, as needed (see CHANGELOG.md)
Description (e.g. "Related to ...", etc.)
A feature that we rarely use, but still want to support is printing keys to the command line instead of storing them to the keystore files. This enables the users to copy them to a secure key manager.
Fix #433
Code review checklist (for code reviewer to complete)