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/fedora-rawhide/man1/sbvarsign.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/fedora-rawhide/man1/sbvarsign.1')
-rw-r--r-- | upstream/fedora-rawhide/man1/sbvarsign.1 | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/upstream/fedora-rawhide/man1/sbvarsign.1 b/upstream/fedora-rawhide/man1/sbvarsign.1 new file mode 100644 index 00000000..e6c8ab0c --- /dev/null +++ b/upstream/fedora-rawhide/man1/sbvarsign.1 @@ -0,0 +1,44 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH SBVARSIGN "1" "January 2024" "sbvarsign 0.9.5" "User Commands" +.SH NAME +sbvarsign - UEFI authenticated variable signing tool +.SH SYNOPSIS +.B sbvarsign +[\fI\,options\/\fR] \fI\,--key <keyfile> --cert <certfile> <var-name> <var-data-file>\/\fR +.SH DESCRIPTION +Sign a blob of data for use in SetVariable(). +.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) +.TP +\fB\-\-include\-attrs\fR +include attrs at beginning of output file +.TP +\fB\-\-guid\fR <GUID> +EFI GUID for the variable. If omitted, +EFI_IMAGE_SECURITY_DATABASE or +EFI_GLOBAL_VARIABLE (depending on +<var\-name>) will be used. +.TP +\fB\-\-attr\fR <attrs> +variable attributes. One or more of: +NON_VOLATILE +BOOTSERVICE_ACCESS +RUNTIME_ACCESS +TIME_BASED_AUTHENTICATED_WRITE_ACCESS +APPEND_WRITE +.TP +Separate multiple attrs with a comma, +default is all attributes, +TIME_BASED_AUTH... is always included. +.TP +\fB\-\-output\fR <file> +write signed data to <file> +(default <var\-data\-file>.signed) |