PGP key that signed the .tgz?

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
"


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

gpg --keyserver keys.gnupg.net --recv-key A46494A9



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
Put this in the OP, and a guide on the installation page teaching how to verify.  :slight_smile:

gpg --keyserver keys.gnupg.net --recv-key A46494A9


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
Put this in the OP, and a guide on the installation page teaching how to verify.  :)


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.