71 lines
2.0 KiB
HTML
71 lines
2.0 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of SBVARSIGN</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>SBVARSIGN</H1>
|
|
Section: User Commands (1)<BR>Updated: May 2019<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
sbvarsign - UEFI authenticated variable signing tool
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>sbvarsign</B>
|
|
|
|
[<I>,options/</I>] <I>,--key <keyfile> --cert <certfile> <var-name> <var-data-file>/</I>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
Sign a blob of data for use in SetVariable().
|
|
<A NAME="lbAE"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="1"><B>--engine</B> <eng><DD>
|
|
use the specified engine to load the key
|
|
<DT id="2"><B>--key</B> <keyfile><DD>
|
|
signing key (PEM-encoded RSA private key)
|
|
<DT id="3"><B>--cert</B> <certfile><DD>
|
|
certificate (x509 certificate)
|
|
<DT id="4"><B>--include-attrs</B><DD>
|
|
include attrs at beginning of output file
|
|
<DT id="5"><B>--guid</B> <GUID><DD>
|
|
EFI GUID for the variable. If omitted,
|
|
EFI_IMAGE_SECURITY_DATABASE or
|
|
EFI_GLOBAL_VARIABLE (depending on
|
|
<var-name>) will be used.
|
|
<DT id="6"><B>--attr</B> <attrs><DD>
|
|
variable attributes. One or more of:
|
|
NON_VOLATILE
|
|
BOOTSERVICE_ACCESS
|
|
RUNTIME_ACCESS
|
|
TIME_BASED_AUTHENTICATED_WRITE_ACCESS
|
|
APPEND_WRITE
|
|
<DT id="7">Separate multiple attrs with a comma,<DD>
|
|
default is all attributes,
|
|
TIME_BASED_AUTH... is always included.
|
|
<DT id="8"><B>--output</B> <file><DD>
|
|
write signed data to <file>
|
|
(default <var-data-file>.signed)
|
|
<P>
|
|
</DL>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="9"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="10"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="11"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="12"><A HREF="#lbAE">OPTIONS</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:26 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|