xmr-btc-swap/utils/gpg_keys/readme.md

600 B

GPG Keys

Maintainer GPG Public Keys go in this directory, for verifying signed binary hashes.

  • Export your public key with:
# get your key id (16 hex chars)
$ gpg --list-secret-keys --keyid-format=long

# export your public key
$ gpg --armor --export your_key_id > your_github_handle.asc

# example
# gpg --armor --export DE8F6EA20A661697 > delta1.asc