1PESIGCHECK(1) BSD General Commands Manual PESIGCHECK(1)
2
4 pesigcheck — tool for verifying UEFI applications
5
7 pesigcheck -i file [-n] [-D file] [-X file] [-c file] [-q] [-v]
8
10 pesigcheck is a command line tool for verifying the signature of UEFI ap‐
11 plications.
12
14 -i file | --in file
15 PE binary file to be checked
16
17 -n | --no-system-db
18 inhibit the use of DB and DBX from the running system
19
20 -D file | --dbfile file
21 EFI Signature List or EFI variable file to be used as the allowed
22 security database
23
24 may be used more than once
25
26 -X file | --dbxfile file
27 EFI Signature List or EFI variable file to be used as the black‐
28 listed security database
29
30 may be used more than once
31
32 -c file | --certfile file
33 DER-encoded certificate Ar file to be added to the allowed secu‐
34 rity database
35
36 may be used more than once
37
38 -q | --quiet
39 be quieter
40
41 -v | --verbose
42 be more verbose
43
45 UEFI Specification Working Group, Unified Extensible Firmware Interface
46 (UEFI) Specification Version 2.8, Unified Extensible Firmware Interface
47 Forum, https://uefi.org/specifications , March 2019.
48
50 authvar(1), pesign(1), efisigdb(1)
51
53 Peter Jones
54
55Linux Jun 4, 2020$ Linux