How to verify your download Run this command in your terminal in the directory the iso was downloaded to verify the SHA256 checksum:
echo "{{ appliance.checksum.pc }}" | shasum -a 256 --check
You should get the following output:
{{ appliance.iso_url.pc }}: OK
Or follow this tutorial to learn how to verify downloads