You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the end of the enrollment, while using the --pcr-extend option, a random generated blob is extended to PCR9, this blob can later be used for a TPM2_policyPCR LUKS2 encryption key sealing using systemd-cryptenroll for example. It is then stored on server side and returned upon attestation success.
This blob should be sealed to the TPM using a TPM2_policypassword before sending it for storage at server side, thus, disk decryption will be restricted to a password known by the user.
The text was updated successfully, but these errors were encountered:
At the end of the enrollment, while using the
--pcr-extend
option, a random generated blob is extended to PCR9, this blob can later be used for a TPM2_policyPCR LUKS2 encryption key sealing usingsystemd-cryptenroll
for example. It is then stored on server side and returned upon attestation success.This blob should be sealed to the TPM using a
TPM2_policypassword
before sending it for storage at server side, thus, disk decryption will be restricted to a password known by the user.The text was updated successfully, but these errors were encountered: