-
Generate a new key pair as ksk1 and zks1 on HSM as shown below. Here the KSK key label used is ksk1 and ZSK key label is zsk1.
pkcs11-tool --module /opt/utimaco/lib/libcs_pkcs11_R3.so --slot 0 --login --keypairgen --key-type RSA:2048 --label ksk1 --id 03
pkcs11-tool --module /opt/utimaco/lib/libcs_pkcs11_R3.so --slot 0 --login --keypairgen --key-type RSA:2048 --label zsk1 --id 04
New KSK generated
New ZSK generated
-
Verify the generated keys in HSM.
p11tool2 slot=0 LoginUser=ask ListObjects
Keys updated in HSM