archive.tar
)tar -xf archive.tar
cd archive
cd Image
tar xf *.tar.xz
ls
wget https://raw.githubusercontent.com/tiiuae/ci-public/main/sha256tree/sha256tree.py
python3 sha256tree.py --plain x038z51wl2cpb06g7v5wg52r85w1v0aq-ghaf-host-disko-images > digest.hex
xxd -r -p digest.hex digest.bin
openssl enc -base64 -d -in h63fl926x4nl9q1j3lv0gqim7j8yq32j-x038z51wl2cpb06g7v5wg52r85w1v0aq-ghaf-host-disko-images-themisto.signature -out signature.bin
Download the themisto.pub
signing key from the release page.
Verify the signature:
openssl dgst -sha256 -verify themisto.pub -signature signature.bin digest.bin
Verified OK