blob: 7b045e48087cb290921daf7c5d857b0ccabd4094 [file] [log] [blame]
#!/bin/bash -e
sig="test.sig"
"$sbsign" --cert "$cert" --key "$key" --detached --output $sig "$image"
"$sbverify" --cert "$cert" --detached $sig "$image"