logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hash-efi-sig-list - create a hash signature list entry from a binary

Description

       Produce an EFI Signature List file containing the sha256 hash of the passed in EFI binary

Examples

       To create a hash efi-signature-list in the file hash.esl from the binary HelloWorld.efi do

       hash-efi-sig-list HelloWorld.efi hash.esl

       This hash file can now be placed directly (or as an update) into the db variables with UpdateVar

Name

       hash-efi-sig-list - create a hash signature list entry from a binary

Options

       none

See Also

sign-efi-sig-list(1) for details on how to produce authenticated update files for the db variable.

hash-to-efi-sig-list 1.9.2                         March 2025                               HASH-EFI-SIG-LIST(1)

Synopsis

hash-to-efi-sig-listefi-binary [efi-binary ...] efi-signature-list

See Also