tpm2-pkcs11 icon indicating copy to clipboard operation
tpm2-pkcs11 copied to clipboard

double primary-auth in create_store script

Open williamcroberts opened this issue 2 years ago • 0 comments

https://github.com/tpm2-software/tpm2-pkcs11/blob/d00b6a7225821d1869c95e07d63aa8c97ddf5603/test/integration/scripts/create_pkcs_store.sh#L83

Fix double primary-auth:

tpm2_ptool init --primary-auth=anotherpobjpin --primary-handle=$handle --primary-auth=foopass --path=$TPM2_PKCS11_STORE

it should fail on double option specified.

williamcroberts avatar Jul 05 '22 18:07 williamcroberts