currently the vault keys save command has two options:
- symmetric / no-symmetric
- private / no-private
instead, a simple --algo [rsa | ecc] option can be supplied
the command should automatically infer the metadata as well as expect the correct arguments
@gitmank thoughts?
currently the
vault keys savecommand has two options:instead, a simple
--algo [rsa | ecc]option can be suppliedthe command should automatically infer the metadata as well as expect the correct arguments
@gitmank thoughts?