Searched refs:key_location (Results 1 – 2 of 2) sorted by relevance
25 local key_location="/usr/share/update_engine/"27 sudo mkdir -p "$rootfs/$key_location"28 sudo cp "$pub_key" "$rootfs/$key_location/update-payload-key.pub.pem"29 sudo chown root:root "$rootfs/$key_location/update-payload-key.pub.pem"30 sudo chmod 644 "$rootfs/$key_location/update-payload-key.pub.pem"
27 local key_location="/usr/share/update_engine/update-payload-key.pub.pem"29 if [ ! -e "$rootfs/$key_location" ]; then30 die "Update payload verification key not found at $key_location"