You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xmr-btc-swap/utils/gpg_keys
Byron Hambly bf23eee0cb
docs: add gpg key readme and delta1.asc
2 years ago
..
delta1.asc docs: add gpg key readme and delta1.asc 2 years ago
readme.md docs: add gpg key readme and delta1.asc 2 years ago

readme.md

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