Sign in
android
/
platform
/
build
/
445dfdc147bc3fe808798df6f9ba21faea8f1359
/
.
/
tools
/
releasetools
/
testdata
/
payload_signer.sh
blob: a44ef340eae0f0636f5052c27504a85121ed8bff [
file
] [
log
] [
blame
]
#!/bin/sh
# The script will be called with 'payload_signer.sh <key> -in <input> -out <output>'.
openssl pkeyutl
-
sign
-
keyform DER
-
inkey $1
-
pkeyopt digest
:
sha256
-
in
$3
-
out $5