Fingerprint: 0DF9 62FE 4E34 5A61 0C0C 0293 75F5 07E5 6066 4923
full: eb2a49320203975479ad87793066c8b3fb75fbff0bd582c3f868533f9e54bb116e806dcb803b24eb53426ef5974f3e722f3ec6a5104be38b35276004099b40e0
light: da9943005b1502f77435818d992768c7c87db3f99ae8e1c09706412b93d0a341c08baead47ee4890b68bb1cfe4ddc58cd657bad563cc64287be8739b7fdaee54
full: 80b25a4d3ff66230bcadc7c80bae6021d43a617cd753021102bb5480a7eff0812a57b2e46b34b3fc9b5938a4b632baa999be91680c188ea05fd97e4a91cca607
light: de6bf977170a07dc631bcfef02cd378a6912bcb3f00cd13ca67d8846387d16294af3d39ea32bc99b7db1f7506e76c5c5d576f17a33b70654c744084efdd419e8
53b15bdc97042855e6ef3a273bb889d384db0ca8e462111c1ff694e11469ff8c77d6effe823451d737663d7eb8f8283e0fddf9a0b4ad126b2f685402f3cfc5f1
4be577e9648e5c35d9a0f18bb079ced2887972ccb1a2ff48d86d1e7787b336fd0c066945cca463e5d75ac71c1ad7500071e8225c2851e51d421577351115bb21
ddf8e076f9ec53367a3a3437aecc15df4698df6d184c209b6d0fe0c7792ad6bca1325a064e7dc925cc990dff7ac792c195efd7ace824461a01f7dff067afac62
f9d0abb105761c5981935ecbe9db3875f01bde917775ea58663cc1019c11b21710ba63f00e5e8a93430f488c3307b235ed6372c0b5ad33dd48634853307e5a7d
6e518895287cc84c4c92ec6bdc3a4de95e146c74a998aa5393c7d82eb792894247280bc83d272eb61464fe3818e3fe5aac97f5942a9f9642e60ea59367c93ac5
c6146e60a9a8d1a0b9ad2c7216644481c03489ce605c39ba184e8fc3f51d76c2fd4833b848af7cc1bc9ac3edfd42c17260fb35e95b361e5086ba54f7bdf7c00e
b18084ca671f413de0467021eb7d7401ff0650f647b7e0638ac8cec718a42bb8e6fc96fe04962c95b79be7c18d6e80d4e95d35f2209c95716af5bac5bed071f1
45f9f8ef7afccd687ba8e9bbd41341eb9e3ae8de058557208c14567a0a09f956dfaa9b8b955c706b80efdd4fc52d8a7448d5b24ea5eb48707839683c9982e404
9a7f4abfc0eb402347d1f394f361f88c9c35b55dcb8278a47f1e11a7f1b3a7fea055e8b1b1007a2527c74e78b53813e55403b8c46fbdd6a00bc13d8d0b03f669
9a7f4abfc0eb402347d1f394f361f88c9c35b55dcb8278a47f1e11a7f1b3a7fea055e8b1b1007a2527c74e78b53813e55403b8c46fbdd6a00bc13d8d0b03f669
#0DF962FE4E345A610C0C029375F507E560664923
gpg --import mAid_signing.key
gpg --verify mAid_vX.x.x_XYZ.iso.sha512
where "mAid_vX.x.x_XYZ.iso.sha512" is the downloaded mAid ISO hash sum (!) file, for example:
gpg --verify mAid_v4.1-light_x86_64.iso.sha512
cd Downloads
(replace that with your download folder where you can find the key, ISO and hash file)
gpg --import mAid_signing.key
gpg --verify mAid_vX.x.x_XYZ.iso.sha512
sha512sum -c mAid_vX.x.x_XYZ.iso.sha512
OR
shasum -a 512 -c mAid_vX.x.x_XYZ.iso.sha512
where "mAid_vX.x.x_XYZ.iso.sha512" is the downloaded mAid ISO hash sum (!) file and must be in the same directory as the ISO file. For example:
sha512sum -c mAid_v4.1-light_x86_64.iso.sha512
OR
shasum -a 512 -c mAid_v4.1-light_x86_64.iso.sha512
certutil -hashfile "mAid_vX.x.x_XYZ.iso" SHA512
where "mAid_vX.x.x_XYZ.iso" is the downloaded mAid ISO file, for example:
certutil -hashfile "mAid_v4.1-light_x86_64.iso" SHA512
Or, if you have Windows PowerShell installed, you can also do:
Get-FileHash -Path mAid_v4.1-light_x86_64.iso -Algorithm SHA512
Now compare the long string with the one displayed for that version above or shown in the automation channel.