Hi there,
Scenario:
“PKA with XKEK.
Key custodians receive their own HSMs, each configured with a PIN but without a security domain.”
I want to add a group signer for XKEK on the same key configured with PKA, but I’m not sure how to create a backup key (as hardware failure protection).
When using SCS with the wrap option, the key cannot be exported.
The pkcs15-tool
shows the following access flags: 0x1D
, sensitive, alwaysSensitive, neverExtract, local.
Does this mean my only option is to create a separate security domain with DKEK, generate the group signer key within that domain, and then wrap it?
Thanks and best regards,
Tobias