How do decrypt and / or unzip the janusgraph-0.1.1.zip.asc file?
What I did so far:
Importing the keys
gpg --import KEYS
Decrypting
> gpg --decrypt janusgraph-0.1.1.zip.asc
Please enter name of data file: janusgraph-0.1.1.zip.asc
gpg: Signature made Tue May 16 05:08:13 2017 CEST
gpg: using RSA key <key>
gpg: BAD signature from "Theodore Ratte Wilmes (CODE SIGNING KEY) <[email protected]>" [unknown]
Is this the correct procedure?
Does the KEYS file contain the correct keys?
If not, where to get them?
I believe it's just for verifying the file.
gpg --verify janusgraph-0.1.1-hadoop2.zip.asc janusgraph-0.1.1-hadoop2.zip
You need to download the .zip file for the actual code/binaries.
Here is an example of verifying the file in practice: install-gremlin-server.sh.
@robertdale & @amcp Thank you for your response. This way it makes sense.
One more question. Is there a smaller .zip file (I mean without the example data) as well or a switch for in the maven for build command?
Most helpful comment
I believe it's just for verifying the file.
gpg --verify janusgraph-0.1.1-hadoop2.zip.asc janusgraph-0.1.1-hadoop2.zipYou need to download the .zip file for the actual code/binaries.