diff options
Diffstat (limited to 'upstream/opensuse-tumbleweed/man1/sbsign.1')
-rw-r--r-- | upstream/opensuse-tumbleweed/man1/sbsign.1 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/upstream/opensuse-tumbleweed/man1/sbsign.1 b/upstream/opensuse-tumbleweed/man1/sbsign.1 new file mode 100644 index 00000000..08953462 --- /dev/null +++ b/upstream/opensuse-tumbleweed/man1/sbsign.1 @@ -0,0 +1,31 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.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) |