From: Antonio Alvarez Feijoo Date: Tue, 24 May 2022 10:28:58 +0000 (+0200) Subject: docs(dracut.cmdline): add missing evmx509 option X-Git-Tag: 057~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4522705c8cc2a41188472848eedc2c6eb126e2d;p=thirdparty%2Fdracut.git docs(dracut.cmdline): add missing evmx509 option This is a specific option of the integrity module. --- 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. +