Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

sbsign (1)

Name

sbsign - UEFI secure boot signing tool

Synopsis

sbsign [options] --key <keyfile> --cert <certfile> <efi-boot-image>

Description

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
       Source code for open source software components in Oracle  Solaris  can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       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                         June 2022                         SBSIGN(1)