This commit is contained in:
parent
48ddef3e7f
commit
cfb9ce3ac2
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ $ <nix-shell -p clevis>
|
||||||
Now bind our LUKS volume to TPM with clevis:
|
Now bind our LUKS volume to TPM with clevis:
|
||||||
|
|
||||||
```
|
```
|
||||||
# clevis luks bind -d /dev/<disk2> tpm2 '{"pcr_bank":"sha256","pcr_ids":"1,7"}'
|
# clevis luks bind -d /dev/<disk2> tpm2 '{"pcr_bank":"sha256","pcr_ids":"0,1,5,7"}'
|
||||||
```
|
```
|
||||||
|
|
||||||
After rebooting it should automatically decrypt your disk.
|
After rebooting it should automatically decrypt your disk.
|
||||||
|
|
Loading…
Reference in a new issue