Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

hemtt utils verify

Verify a signed PBO against a public key

Usage: verify <PBO> <BIKEY>

Arguments:
  <PBO>    Path to the PBO to check. The corresponding .bisign file must be present
  <BIKEY>  Path to the public key (.bikey) used to verify the signature

Options:
  -h, --help  Print help (see more with '--help')

Description

Verify a signed PBO against a public key

Validates that a PBO file has been properly signed and can be trusted.

Verification Checks

  • Authority matches: Signature authority matches the public key
  • PBO correctly sorted: Files are in the correct order
  • Hashes match: PBO content hasn't been tampered with
  • Prefix present: PBO has required prefix property

Returns a success message if all checks pass, or specific error details if verification fails.

Usage

hemtt utils verify my_addon.pbo my_key.bikey

Arguments

<PBO>

Path to the PBO to check. The corresponding .bisign file must be present

<BIKEY>

Path to the public key (.bikey) used to verify the signature