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 --addcert <addcertfile> additional intermediate certificates in a file
25
26 --detached
27 write a detached signature, instead of a signed binary
28
29 --output <file>
30 write signed data to <file> (default <efi-boot-image>.signed, or
31 <efi-boot-image>.pk7 for detached signatures)
32
33
34
35sbsign 0.9.4 July 2022 SBSIGN(1)