Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
jejb
/
sbsigntools
/
efc424c8eea2c398e4371320b4d7266898675ac8
/
.
/
tests
/
sign-attach-verify.sh
blob: 2ae6e7095651196f1c667e1a07d195ffd4f6e9ab [
file
] [
log
] [
blame
]
#!/bin/bash -e
sig
=
"test.sig"
signed
=
"test.signed"
"$sbsign"
--
cert
"$cert"
--
key
"$key"
--
detached
--
output
"$sig"
"$image"
cp
"$image"
"$signed"
"$sbattach"
--
attach
"$sig"
"$signed"
"$sbverify"
--
cert
"$cert"
"$signed"