The OpenSSL tool is used for file verification. 4 files are needed for verification: The bzip compressed ISO file (<filename>.iso.bz2) The SHA-256 checksum file (<filename>.sha256) The signature file (<filename>.sig) The openssl public key (<filename>.pub)
openssl base64 -d -in <filename>.sig -out /tmp/image.sigopenssl dgst -sha256 -verify <key>.pub -signature /tmp/image.sig <image>.img.bz2