From b4522705c8cc2a41188472848eedc2c6eb126e2d Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Tue, 24 May 2022 12:28:58 +0200 Subject: [PATCH] docs(dracut.cmdline): add missing evmx509 option This is a specific option of the integrity module. --- man/dracut.cmdline.7.asc | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/man/dracut.cmdline.7.asc b/man/dracut.cmdline.7.asc index b867e15de..494a8f7bb 100644 --- a/man/dracut.cmdline.7.asc +++ b/man/dracut.cmdline.7.asc @@ -1264,8 +1264,8 @@ masterkey=/etc/keys/kmk-trusted.blob masterkeytype=trusted -- -**evmkey=**____:: - Set the path name of the EVM key. +**evmkey=**____:: + Set the path name of the EVM HMAC key. + [listing] .Example @@ -1273,6 +1273,15 @@ masterkeytype=trusted evmkey=/etc/keys/evm-trusted.blob -- +**evmx509=**____:: + Set the path name of the EVM X.509 certificate. ++ +[listing] +.Example +-- +evmx509=/etc/keys/x509_evm.der +-- + **ecryptfskey=**____:: Set the path name of the eCryptfs key. + -- 2.47.3