Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
jejb
/
sbsigntools
/
62c9352519e1a21d2e6423a2e39354cb05d56c44
/
.
/
tests
/
sign-attach-verify.sh
blob: 2ae6e7095651196f1c667e1a07d195ffd4f6e9ab [
file
]
#!/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"