sbsign - UEFI secure boot signing tool
sbsign [options] --key <keyfile> --cert <certfile> <efi-boot-image>
SBSIGN(1) User Commands SBSIGN(1)
NAME
sbsign - UEFI secure boot signing tool
SYNOPSIS
sbsign [options] --key <keyfile> --cert <certfile> <efi-boot-image>
DESCRIPTION
Sign an EFI boot image for use with secure boot.
OPTIONS
--key <keyfile>
signing key (PEM-encoded RSA private key)
--cert <certfile>
certificate (x509 certificate)
--detached
write a detached signature, instead of a signed binary
--output <file>
write signed data to <file> (default <efi-boot-image>.signed, or
<efi-boot-image>.pk7 for detached signatures)
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+----------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+----------------------+
|Availability | developer/sbsigntool |
+---------------+----------------------+
|Stability | Uncommitted |
+---------------+----------------------+
NOTES
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from https://launchpad.net/ubuntu/+archive/pri-
mary/+files/sbsigntool_0.6.orig.tar.gz
Further information about this software can be found on the open source
community website at https://launchpad.net/ubuntu/+source/sbsigntool.
sbsign 0.6 August 2018 SBSIGN(1)