I have to run out shortly but will have time for a real reply later if I miss with this swing.
I just downloaded the latest version of Mint cinamon from their site then copied the related files on the same page to a directory.
Consider:
Files in the folder:
ls
linuxmint-21.2-cinnamon-64bit-edge.iso sha256sum.txt sha256sum.txt.gpg
First verify:
~[@SN-001](/u/SN-001) ~/Desktop/mint $ gpg --verify sha256sum.txt.gpg sha256sum.txt
gpg: Signature made Fri 29 Sep 2023 06:41:09 AM EDT
gpg: using RSA key 27DEB15644C6B3CF3BD7D291300F846BA25BAE09
gpg: Can't check signature: No public key
Uh oh no key! Get the key from their instructions....
~[@SN-001](/u/SN-001) ~/Desktop/mint $ gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-key "27DE B156 44C6 B3CF 3BD7 D291 300F 846B A25B AE09"
gpg: key 300F846BA25BAE09: public key "Linux Mint ISO Signing Key <root@linuxmint.com>" imported
gpg: Total number processed: 1
gpg: imported: 1
Verify again
~[@SN-001](/u/SN-001) ~/Desktop/mint $ gpg --verify sha256sum.txt.gpg sha256sum.txt
gpg: Signature made Fri 29 Sep 2023 06:41:09 AM EDT
gpg: using RSA key 27DEB15644C6B3CF3BD7D291300F846BA25BAE09
gpg: Good signature from "Linux Mint ISO Signing Key <root@linuxmint.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 27DE B156 44C6 B3CF 3BD7 D291 300F 846B A25B AE09
This is now a good sha / signature it just isn't trusted. Trust is more like is Bob a good carpenter and who you'll accept that advice from. You have ensured Bob is Bob.
(post is archived)