summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-leap-15-6/man1/sbsign.1
blob: f7d952605e4cecfd823c6ea2a5fda8b2ef223464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.5.
.TH SBSIGN "1" "April 2023" "sbsign 0.9.5" "User Commands"
.SH NAME
sbsign - UEFI secure boot signing tool
.SH SYNOPSIS
.B sbsign
[\fI\,options\/\fR] \fI\,--key <keyfile> --cert <certfile> <efi-boot-image>\/\fR
.SH DESCRIPTION
Sign an EFI boot image for use with secure boot.
.SH OPTIONS
.TP
\fB\-\-engine\fR <eng>
use the specified engine to load the key
.TP
\fB\-\-key\fR <keyfile>
signing key (PEM\-encoded RSA private key)
.TP
\fB\-\-cert\fR <certfile>
certificate (x509 certificate)
.HP
\fB\-\-addcert\fR <addcertfile> additional intermediate certificates in a file
.TP
\fB\-\-detached\fR
write a detached signature, instead of
a signed binary
.TP
\fB\-\-output\fR <file>
write signed data to <file>
(default <efi\-boot\-image>.signed,
or <efi\-boot\-image>.pk7 for detached
signatures)