summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man1/sbvarsign.1
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/archlinux/man1/sbvarsign.1')
-rw-r--r--upstream/archlinux/man1/sbvarsign.144
1 files changed, 44 insertions, 0 deletions
diff --git a/upstream/archlinux/man1/sbvarsign.1 b/upstream/archlinux/man1/sbvarsign.1
new file mode 100644
index 00000000..d6bbe4b6
--- /dev/null
+++ b/upstream/archlinux/man1/sbvarsign.1
@@ -0,0 +1,44 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
+.TH SBVARSIGN "1" "March 2023" "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)