-
Notifications
You must be signed in to change notification settings - Fork 27
Open
1 / 11 of 1 issue completedLabels
featureNew feature to add to the program itself. Does not include refactors or platform support.New feature to add to the program itself. Does not include refactors or platform support.subcommandFeature requesting a new subcommandFeature requesting a new subcommand
Description
Is your feature request related to a problem? Please describe.
stash away an .iso or another image file without burning it immediately
Describe the solution you'd like
caligula verify IMAGE_FILE should try to
- detect corresponding checksum and signature files
- try to download potentially missing public key from common key servers
- run both checks
- print result
- if successful offer trashing both files
Describe alternatives you've considered
manually putting together shell aliases/functions
Additional context
security through integrity
I could provide common regex patterns for checksum and signature files as well as common key servers and shell commands I’ve been using so far.
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
featureNew feature to add to the program itself. Does not include refactors or platform support.New feature to add to the program itself. Does not include refactors or platform support.subcommandFeature requesting a new subcommandFeature requesting a new subcommand