cryptsetup: add luksChangeKey example (#2146)
This commit is contained in:
parent
c0f023b573
commit
9cd177e31d
|
|
@ -13,3 +13,7 @@
|
|||
- Remove an existing mapping:
|
||||
|
||||
`cryptsetup luksClose {{target}}`
|
||||
|
||||
- Change the LUKS volume's passphrase:
|
||||
|
||||
`cryptsetup luksChangeKey {{/dev/sda1}}`
|
||||
|
|
|
|||
Loading…
Reference in New Issue