Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:Update
shim.12337
extract_signature.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File extract_signature.sh of Package shim.12337
#!/bin/bash # extract ascii armored signature from a PE binary set -e infile="$1" if [ -z "$infile" -o ! -e "$infile" ]; then echo "USAGE: $0 file.efi" exit 1 fi # wtf? (pesign -h -P -i "$infile"; perl $(dirname $0)/timestamp.pl "$infile"; pesign -a -f -e /dev/stdout -i "$infile")|cat
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor