Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

efisiglist - utility for managing UEFI signature lists

Description

efisiglist  is  a command line utility for management of UEFI signature lists in detached files. That is,
       it's for command line generation and management of files in the format of KEK, DB, and DBX.

Name

       efisiglist - utility for managing UEFI signature lists

Options

-o, --outfile=<outfile>
              output filename

       -a, --add
              add hash or certificate to list

       -r, --remove
              remove hash or certificate from list

       -h, --hash=<hash>
              hash value to add

       -t, --hash-type=<hash-type>
              hash type to add (default: "sha256")

       -c, --certificate=<certfile>
              certificate to add

       Options implemented via popt alias/exec:

   Helpoptions:
       -?, --help
              Show this help message

       --usage
              Display brief usage message

See Also

pesign(1)

                                                    June 2015                                      EFISIGLIST(1)

Synopsis

efisiglist [-?] [-o|--outfile=<outfile>] [-a|--add] [-r|--remove]
               [-h|--hash=<hash>] [-t|--hash-type=<hash-type>]
               [-c|--certificate=<certfile>] [-?|--help] [--usage]

See Also