Skip to content
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

Not able to verify sign generated for a tar archive- #241

Open
chaudharydeepak opened this issue Aug 29, 2018 · 0 comments
Open

Not able to verify sign generated for a tar archive- #241

chaudharydeepak opened this issue Aug 29, 2018 · 0 comments

Comments

@chaudharydeepak
Copy link

stream = open(archiveinput, 'rb')
status = gpg.sign(stream, passphrase=_salt, detach=True)
stream.close()

This generated a detached signature file. But on trying to verify the generated sign from vanilla command line gpg --verbose --homedir /home/developer/dev_work/certs/gpghome --verify filename.tar.gz.sig filename.tar.gz, returns BAD SIGNATURE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant