2024-07-23 14:12:44 +02:00
..
2024-07-23 14:12:44 +02:00

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