pesigcheck - Man Page
tool for verifying UEFI applications
Synopsis
Description
pesigcheck is a command line tool for verifying the signature of UEFI applications.
Options
- -i file | --in file
PE binary file to be checked
- -n | --no-system-db
inhibit the use of DB and DBX from the running system
- -D file | --dbfile file
EFI Signature List or EFI variable file to be used as the allowed security database
may be used more than once
- -X file | --dbxfile file
EFI Signature List or EFI variable file to be used as the blacklisted security database
may be used more than once
- -c file | --certfile file
DER-encoded certificate Ar file to be added to the allowed security database
may be used more than once
- -q | --quiet
be quieter
- -v | --verbose
be more verbose
Standards
UEFI Specification Working Group, Unified Extensible Firmware Interface (UEFI) Specification Version 2.8, Unified Extensible Firmware Interface Forum, https://uefi.org/specifications , March 2019.
See Also
authvar(1), pesign(1), efisigdb(1)
Authors
Peter Jones