Ride-The-Lightning / c-lightning-REST

REST APIs for Core Lightning written with node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gpg verify

amicwall opened this issue · comments

gpg --verify v0.7.2.tar.gz.asc v0.7.2.tar.gz
gpg: Signature made Mon 09 May 2022 03:37:59 PM PDT
gpg: using RSA key 3E9BD4436C288039CA827A9200C9E2BC2E45666F
gpg: Can't check signature: No public key

where to get the public key ?

commented

Hi @amicwall you can get the PGP Key at: https://keybase.io/suheb

commented

Here's a command you can use to download and import the pub key:
curl https://keybase.io/suheb/pgp_keys.asc | gpg --import