-
Run the following commands to generate a zone-signing key and a key-signing key using ECC:
A note on generating ECDSA keys: there is a bug in libp11 when looking up a key, that function compares keys only on their ID, not the label. So, when looking up a key it returns the first key, rather than the matching key. The workaround for this is when creating ECDSA keys, you should specify a unique ID:
|
›_ Console |
|---|
|
Key generation output for KSK
Key generation output for KSK
Key generation output for ZSK
Key generation output for ZSK
-
List the keys using
p11tool2command.
|
›_ Console |
|---|
|
List key output
List key output
ECC keys which are generated above have default NIST-P256 curve.