Closed xmbwd closed 7 years ago
This seems fine, you don't have a trust path nor have signed the key, but the signature is correct. Verify the fingerprint from our website, and/or the irc channel. As described by the output:
gpg: Good signature from "Subgraph Release Signing Key <release@subgraph.com>"
I seem to be unable to verify the download. I am getting a
key is not certified with a trusted signature!
error. I followed the instructions here to:But that simply throws the error:
So, realizing that I need to specify the keyserver and noting from here that mit is an available keyserver, I tried:
gpg --recv-key --keyserver pgp.mit.edu B55E70A95AC79474504C30D0DA11364B4760E444
and got:
Then to verify:
gpg --verify subgraph-os-alpha_2016-12-30_1.iso.sha256.sig subgraph-os-alpha_2016-12-30_1.iso.sha256
But this returns:
I also tried to verify the key using the
keys.gnupg.net
keyserver, but that doesn't work either:I can only assume I am doing something wrong, but it looks to be the correct procedure.