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
luks2crypt should generate and use a local key to manage the escrowed recovery keys. This would allow luks2crypt to not keep a cleartext cached password locally on the host. It would also enable it to rotate passwords on a scheduled basis.
Ex:
luks slot 1 would contain a locally generated cert stored in /etc/luks2crypt/adminkey
luks slot 2 would contain a recovery key. This would then be escrowed an no local copy would be kept.
luks slot 3+ would be used for user keys.
Luks2crypt would then be able to rotate slot 2 at a scheduled interval or with a cli flag.
The text was updated successfully, but these errors were encountered:
luks2crypt should generate and use a local key to manage the escrowed recovery keys. This would allow luks2crypt to not keep a cleartext cached password locally on the host. It would also enable it to rotate passwords on a scheduled basis.
Ex:
Luks2crypt would then be able to rotate slot 2 at a scheduled interval or with a cli flag.
The text was updated successfully, but these errors were encountered: