1EFISIGLIST(1) General Commands Manual EFISIGLIST(1)
2
3
4
6 efisiglist - utility for managing UEFI signature lists
7
8
10 efisiglist [-?] [-o|--outfile=<outfile>] [-a|--add] [-r|--remove]
11 [-h|--hash=<hash>] [-t|--hash-type=<hash-type>]
12 [-c|--certificate=<certfile>] [-?|--help] [--usage]
13
14
16 efisiglist is a command line utility for management of UEFI signature
17 lists in detached files. That is, it's for command line generation and
18 management of files in the format of KEK, DB, and DBX.
19
20
22 -o, --outfile=<outfile>
23 output filename
24
25
26 -a, --add
27 add hash or certificate to list
28
29
30 -r, --remove
31 remove hash or certificate from list
32
33
34 -h, --hash=<hash>
35 hash value to add
36
37
38 -t, --hash-type=<hash-type>
39 hash type to add (default: "sha256")
40
41
42 -c, --certificate=<certfile>
43 certificate to add
44
45 Options implemented via popt alias/exec:
46
47 Help options:
48 -?, --help
49 Show this help message
50
51 --usage
52 Display brief usage message
53
54
56 pesign(1)
57
58
59
60 June 2015 EFISIGLIST(1)