Skip to content

Commit

Permalink
clarify use of secure boot key for PCR signature
Browse files Browse the repository at this point in the history
  • Loading branch information
averdow authored and DaanDeMeyer committed Mar 6, 2024
1 parent f0fa598 commit 061d697
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mkosi/resources/mkosi.md
Expand Up @@ -1336,8 +1336,9 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`,
`SecureBootKey=`, `--secure-boot-key=`

: Path to the PEM file containing the secret key for signing the
UEFI kernel image, if `SecureBoot=` is used. When `SecureBootKeySource=` is specified, the input
type depends on the source.
UEFI kernel image if `SecureBoot=` is used and PCR signatures when
`SignExpectedPcr=` is also used. When `SecureBootKeySource=` is specified,
the input type depends on the source.

`SecureBootKeySource=`, `--secure-boot-key-source=`

Expand Down Expand Up @@ -1377,7 +1378,8 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`,
`systemd-measure` and embed the PCR signature into the unified kernel
image. This option takes a boolean value or the special value `auto`,
which is the default, which is equal to a true value if the
`systemd-measure` binary is in `PATH`.
`systemd-measure` binary is in `PATH`. Depends on `SecureBoot=`
being enabled and key from `SecureBootKey=`.

`Passphrase=`, `--passphrase`

Expand Down

0 comments on commit 061d697

Please sign in to comment.