RHEL 9 Luks Decryption
Is there a way to automatically decrypt luks partitions on RHEL 9? I have a system that is going to be in a different location than my team and we don’t want to have the users enter the password every time the system is rebooted.
I thought I had it figured out by using the luksAddKey and editing the crypttab for the partitions to point to where k have the key saved (/boot) then rebuilding the initram. All of the other partitions decrypt except the root one.
The logs just show that it can’t find /boot/luks-keyfile.
Am I missing something?
Responses