Let’s simulate a delta update’s cryptographic handshake using the Keystore.
# sign_delta_with_keystore.sh openssl dgst -sha256 -sign keystore_private.pem -out delta.sig delta.bin avbtool add_hash_footer --image delta.bin --signature delta.sig --key update_key
Let’s simulate a delta update’s cryptographic handshake using the Keystore.
# sign_delta_with_keystore.sh openssl dgst -sha256 -sign keystore_private.pem -out delta.sig delta.bin avbtool add_hash_footer --image delta.bin --signature delta.sig --key update_key