From ccab9bdff1b3fff41f4c2ee1deb5c683220d9671 Mon Sep 17 00:00:00 2001 From: Michael Preisach Date: Thu, 13 Aug 2020 15:35:57 +0200 Subject: [PATCH] fixed wrong path in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b1a129..5bd62eb 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ All of the below instructions should be executed as root: 1. Install required tools `apt install binutils tpm2-tools` 2. Create a new secret for disk encryption: -`tpm2_getrandom 32 -o /root/secret.bin` +`tpm2_getrandom 32 -o /root/keys/fde-secret.bin` 3. Add the key to disk encryption `cryptsetup luksAddKey /dev/nvme0n1p3 /root/keys/fde-secret.bin` 4. Create a primary key in the Endorsement Hierarchy