--id option allows users to specify CKA_ID attribute to be associated with imported/generated objects when using p11-kit command. The ID attribute should be specified in hexadecimal format without the "0x" prefix.
Example usage:
p11-kit import-object --file=cert.pem --id="54:62:70:63:f1:75:84:43:58:8e:d1:16:20:b1:c6:ac:1a:bc:f6:89" --label=cert --login "pkcs11:token=test"
coverage: 69.457% (+0.008%) from 69.449%
when pulling ae480ffe20c547c4a1712a6fd960b743d1dfd69d on ZoltanFridrich:zfridric_devel
into 3fb878a020ea2a178e03165699a5a592fa99dd50 on p11-glue:master.
--id option allows users to specify CKA_ID attribute to be associated with imported/generated objects when using p11-kit command. The ID attribute should be specified in hexadecimal format without the "0x" prefix.
Example usage:
p11-kit import-object --file=cert.pem --id="54:62:70:63:f1:75:84:43:58:8e:d1:16:20:b1:c6:ac:1a:bc:f6:89" --label=cert --login "pkcs11:token=test"
Closes #607