1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH SBVERIFY "1" "September 2024" "sbverify 0.9.4" "User Commands"
.SH NAME
sbverify - UEFI secure boot verification tool
.SH SYNOPSIS
.B sbverify
[\fI\,options\/\fR] \fI\,--cert <certfile> <efi-boot-image>\/\fR
.SH DESCRIPTION
Verify a UEFI secure boot image.
.SH OPTIONS
.TP
\fB\-\-cert\fR <certfile>
certificate (x509 certificate)
.TP
\fB\-\-list\fR
list all signatures (but don't verify)
.TP
\fB\-\-detached\fR <file>
read signature from <file>, instead of
looking for an embedded signature
|