minisign
Verified for current stable LTS
Minisign Command: Verify File With Publickey
Use for verify file with publickey with Minisign. Exact CLI syntax to verify file with publickey using Minisign.
When to use this: Use for verify file with publickey with Minisign.
Command Syntax
minisign -Vm <path/to/file> -p <path/to/publickey.pub> minisign -Vm <path/to/file> -p <path/to/publickey.pub> Command Breakdown
-Vm- Command Option
- Tool-specific option used by this command invocation.
-p- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to verify file with publickey using Minisign.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Minisign Command: Generate Keypair Default Location
minisign -G Minisign Command: Sign File minisign -Sm <path/to/file> Minisign Command: Sign File With Comments minisign -Sm <path/to/file> -c "<Untrusted comment>" -t "<Trusted comment>" Minisign Command: Verify File With Base64 Publickey minisign -Vm <path/to/file> -P "<public_key_base64>"