barbican/releasenotes/notes/add-barbican-manage-check-subcommands-38835078f5cc0ce2.yaml
Moisés Guimarães de Medeiros 1872ea54d8 Add 'barbican-manage hsm check_[mkek|hmac].
New command to check if a label exists, so
that a script that generate the keys can use
it to determine wheteher gen_mkek/gejn_hmac
needs to be called or not.

Change-Id: I6eb0d138fe3d3f322d94e47d21ec6ec58469995e
Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
2018-11-09 13:48:00 +00:00

8 lines
280 B
YAML

---
features:
- |
Added two new subcommands to `barbican-manage hsm` that can query the HSM
to check if a MKEK or HMAC key with the given label already exists. See
`barbican-manage hsm check_mkek --help` and
`barbican-manage hsm check_hmac --help` for details.