-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
verify on Windows #1
Comments
I just tried this. Since I don't have the actual errors I can't do much. From what I can tell, GPG should be installed on a users path, there seems to be problems in general executing applicatons with spaces. When I did it with gpg on the path, I had no problems with it signing or validating. |
jimklo I just walked through the 20 minute guide and ran into the same issue. I have gpg on my path. I'm using gpg4win 2.1.0. Walking through the code, there's two issues I've run into...
To be clear, I get a result. It's just that the result is not what's shown in the 20 minute guide. Before the 'fix' to 1., the verify command would return {"results": [{"verified": null}]} After the 'fix' to 1., I get {"results": [{"verified": false}]}, with the verifiedHash from line ~121 in Verify not matching self.get_message(envelope). |
On Sep 20, 2011, at 6:58 AM, creighton wrote:
|
Fixed with 0.1.8 release. |
This works on Mac/Linux:
cat test.download.json | python -m LRSignature.cmd verify
These do not seem to work on Windows. Command line errors:
type test.download.json | python -m LRSignature.cmd verify --gnupghome "C:\path\to\my\keys"
type test.download.json | python -m LRSignature.cmd verify --gnupghome "C:\path\to\my\keys" --gpgbin "C:\path\to\my\gpg.exe"
The text was updated successfully, but these errors were encountered: