Skip to content
Snippets Groups Projects
Verified Commit 7bb78b15 authored by anarcat's avatar anarcat
Browse files

warn about keyfiles

parent efc1a651
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,12 @@ which we'll use below.
cryptsetup luksRemoveKey /dev/md1 --key-file=/tmp/fai/crypt_dev_md1 &&
cryptsetup luksRemoveKey /dev/md2 --key-file=/tmp/fai/crypt_dev_md2
... although that doesn't correctly setup the second disk to use a keyfile.
... although that doesn't correctly setup the second disk to use a
keyfile.
TODO: in an install following the above procedure, a keyfile was
left unprotected in `/etc`. Make sure we have strong mechanisms to
avoid that ever happening again.
8. Review the crypto configuration:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment