iPXE
imgverify_options Struct Reference

"imgverify" options More...

Data Fields

char * signer
 Required signer common name.
int keep
 Keep signature after verification.
unsigned long timeout
 Download timeout.
int quiet
 Display only error messages.

Detailed Description

"imgverify" options

Definition at line 90 of file image_trust_cmd.c.

Field Documentation

◆ signer

char* imgverify_options::signer

Required signer common name.

Definition at line 92 of file image_trust_cmd.c.

◆ keep

int imgverify_options::keep

Keep signature after verification.

Definition at line 94 of file image_trust_cmd.c.

◆ timeout

unsigned long imgverify_options::timeout

Download timeout.

Definition at line 96 of file image_trust_cmd.c.

◆ quiet

int imgverify_options::quiet

Display only error messages.

Definition at line 98 of file image_trust_cmd.c.


The documentation for this struct was generated from the following file: