Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Suggested addition to docs/SIGNATURES.md: downloading the signing key for the paranoid #3728

Open
lestephane opened this issue May 2, 2021 · 1 comment

Comments

@lestephane
Copy link

lestephane commented May 2, 2021

I like that you're serious about explaining people how to properly verify releases. And thought I would throw in this additional twist for those who are nervous about downloading a signing key from any one place.

$ wget https://github.com/LN-Zap/signing-keys/releases/download/1.0/zap-release-signing-key.asc
$ torsocks wget https://github.com/LN-Zap/signing-keys/releases/download/1.0/zap-release-signing-key.asc
$ wget https://keybase.io/ln_zap/pgp_keys.asc
$ torsocks wget https://keybase.io/ln_zap/pgp_keys.asc
$ ls -1
pgp_keys.asc
pgp_keys.asc.1
zap-release-signing-key.asc
zap-release-signing-key.asc.1
$ (cmp pgp_keys.asc* && cmp zap-release-signing-key.asc* && cmp *.1) || echo "something's wrong"
@welcome
Copy link

welcome bot commented May 2, 2021

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.

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

No branches or pull requests

1 participant