Installing the Software#

Use the package manager to install the nv-disk-encrypt package and, optionally, the TPM2 tools package, and reboot the system. You need the TPM2 tools package if you plan to use the TPM2 to store security keys.

  1. Update the packages.

    sudo dnf update
    
  2. Install nv-disk-encrypt.

    sudo dnf install -y nv-disk-encrypt
    
  3. (Optional) Install the TPM2 tools package.

    sudo dnf install -y tpm2-tools
    
  4. Reboot.

    sudo reboot
    

If you plan to use TPM2, enable it. Refer to Configuring Trusted Computing for more information.