blob: 7c41c8db6835ba405ebe66909cfeda3d5cd14646 [file] [log] [blame]
#!/bin/bash
. "$(dirname "$0")/common.sh"
KSUBKEY_VERSION=$1
# TODO(ctchang) Modify this after adding dumpRSAPublicKey to image
PATH=$PATH:/usr/local/sbin/firmware/saft
export PATH
pushd /var/tmp/faft/autest/keys
make_pair "kernel_subkey" $KERNEL_SUBKEY_ALGOID $KSUBKEY_VERSION
popd