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
When a LUKS container is opened with an old key (i.e., not the first one in the config), automatically add the new key (i.e., the first one in the config) and remove the old one.
Alternatively, add a deprecated flag on keys, so that rekeying only happens when the unlocking key is deprecated: true.
The text was updated successfully, but these errors were encountered:
When a LUKS container is opened with an old key (i.e., not the first one in the config), automatically add the new key (i.e., the first one in the config) and remove the old one.
Alternatively, add a
deprecated
flag on keys, so that rekeying only happens when the unlocking key isdeprecated: true
.The text was updated successfully, but these errors were encountered: