Hi,
I'm trying to verify the signature of the packages proposed for download at http://nem.io/install.html but I don't know why key was used by the devs… Anyone can help me further?
Thanks
Thanks!
It might be good to add instructions on the download page (http://nem.io/install.html)
something like
"To verify the signature with gpg:
gpg --keyserver keys.gnupg.net --recv-key A46494A9
gpg --verify nis-ncc-$VERSION.tgz.sig nis-ncc-$VERSION.tgz
"
+1
Thanks!
It might be good to add instructions on the download page (http://nem.io/install.html)
something like
"To verify the signature with gpg:
gpg --keyserver keys.gnupg.net --recv-key A46494A9
gpg --verify nis-ncc-$VERSION.tgz.sig nis-ncc-$VERSION.tgz
"
gpg --keyserver keys.gnupg.net --recv-key A46494A9
Put this in the OP, and a guide on the installation page teaching how to verify.+1
Thanks!
It might be good to add instructions on the download page (http://nem.io/install.html)
something like
"To verify the signature with gpg:
gpg --keyserver keys.gnupg.net --recv-key A46494A9
gpg --verify nis-ncc-$VERSION.tgz.sig nis-ncc-$VERSION.tgz
"

gpg --keyserver keys.gnupg.net --recv-key A46494A9Put this in the OP, and a guide on the installation page teaching how to verify. :)+1
Thanks!
It might be good to add instructions on the download page (http://nem.io/install.html)
something like
"To verify the signature with gpg:
gpg --keyserver keys.gnupg.net --recv-key A46494A9
gpg --verify nis-ncc-$VERSION.tgz.sig nis-ncc-$VERSION.tgz
"
I think a tutorial is called for on this as most people (including me) aren't completely clear about the process.
Yes, but still. It would be good if there was an explanation how to check it I think.