]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
docs(dracut.cmdline): add missing evmx509 option
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Tue, 24 May 2022 10:28:58 +0000 (12:28 +0200)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Thu, 26 May 2022 19:22:13 +0000 (19:22 +0000)
This is a specific option of the integrity module.

man/dracut.cmdline.7.asc

index b867e15deb5f05cae481e8406fedbea6eef00d53..494a8f7bbae79aefe1739af976b0638ed4b57e88 100644 (file)
@@ -1264,8 +1264,8 @@ masterkey=/etc/keys/kmk-trusted.blob
 masterkeytype=trusted
 --
 
-**evmkey=**__<EVM key path name>__::
-    Set the path name of the EVM key.
+**evmkey=**__<EVM HMAC key path name>__::
+    Set the path name of the EVM HMAC key.
 +
 [listing]
 .Example
@@ -1273,6 +1273,15 @@ masterkeytype=trusted
 evmkey=/etc/keys/evm-trusted.blob
 --
 
+**evmx509=**__<EVM X.509 cert path name>__::
+    Set the path name of the EVM X.509 certificate.
++
+[listing]
+.Example
+--
+evmx509=/etc/keys/x509_evm.der
+--
+
 **ecryptfskey=**__<eCryptfs key path name>__::
     Set the path name of the eCryptfs key.
 +