rust-keylime
rust-keylime copied to clipboard
Add the ability to use persistent handles for IDevID and IAK rather than regenerating, and add auth values for them
This PR adds into the config the ability to specify handles and auth values for IDevID and IAK keys. The auth values function in the same way as the TPM ownerpassword in that they can be hex values.
The new config options are:
idevid_password = ""
idevid_handle = ""
iak_password = ""
iak_handle = ""