Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
c6d5cd18f86aa78b769ba06e43963231f05bc809
/
.
/
fastboot
/
signfile.sh
blob: 3188d2d9603e66da209825a0ae35a57bd0df5f4d [
file
] [
log
] [
blame
]
#!/bin/bash
if
[
$
# -ne 3 ]
then
echo
"Usage: $0 alias filename passpharse"
exit
-
1
fi
openssl dgst
-
passin pass
:
"$3"
-
binary
-
sha1
-
sign $1
.
pem $2
>
$2
.
sign