layout | title | parent | nav_order |
---|---|---|---|
default |
Encryption at Rest |
Install and Configure |
99 |
The operating system for each Open Distro node handles encryption of data at rest. To enable encryption at rest in most Linux distributions, use the cryptsetup
command:
cryptsetup luksFormat --key-file <key> <partition>
For full documentation on the command, see the Linux man page.