diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/debian-unstable/man1/sbsign.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man1/sbsign.1')
-rw-r--r-- | upstream/debian-unstable/man1/sbsign.1 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/upstream/debian-unstable/man1/sbsign.1 b/upstream/debian-unstable/man1/sbsign.1 new file mode 100644 index 00000000..844fb05f --- /dev/null +++ b/upstream/debian-unstable/man1/sbsign.1 @@ -0,0 +1,31 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. +.TH SBSIGN "1" "June 2022" "sbsign 0.9.4" "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) |