man-pages/man1/sbvarsign.1.html
2021-03-31 01:06:50 +01:00

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">&nbsp;</A>
<H2>NAME</H2>
sbvarsign - UEFI authenticated variable signing tool
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>sbvarsign</B>
[<I>,options/</I>] <I>,--key &lt;keyfile&gt; --cert &lt;certfile&gt; &lt;var-name&gt; &lt;var-data-file&gt;/</I>
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
Sign a blob of data for use in SetVariable().
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>
<DL COMPACT>
<DT id="1"><B>--engine</B> &lt;eng&gt;<DD>
use the specified engine to load the key
<DT id="2"><B>--key</B> &lt;keyfile&gt;<DD>
signing key (PEM-encoded RSA private key)
<DT id="3"><B>--cert</B> &lt;certfile&gt;<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> &lt;GUID&gt;<DD>
EFI GUID for the variable. If omitted,
EFI_IMAGE_SECURITY_DATABASE or
EFI_GLOBAL_VARIABLE (depending on
&lt;var-name&gt;) will be used.
<DT id="6"><B>--attr</B> &lt;attrs&gt;<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> &lt;file&gt;<DD>
write signed data to &lt;file&gt;
(default &lt;var-data-file&gt;.signed)
<P>
</DL>
<HR>
<A NAME="index">&nbsp;</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>