1SBSIGN(1) User Commands SBSIGN(1)
2
3
4
6 sbsign - UEFI secure boot signing tool
7
9 sbsign [options] --key <keyfile> --cert <certfile> <efi-boot-image>
10
12 Sign an EFI boot image for use with secure boot.
13
15 --engine <eng>
16 use the specified engine to load the key
17
18 --key <keyfile>
19 signing key (PEM-encoded RSA private key)
20
21 --cert <certfile>
22 certificate (x509 certificate)
23
24 --detached
25 write a detached signature, instead of a signed binary
26
27 --output <file>
28 write signed data to <file> (default <efi-boot-image>.signed, or
29 <efi-boot-image>.pk7 for detached signatures)
30
31
32
33sbsign 0.9.3 February 2020 SBSIGN(1)