Richard Russon's Public Keys

I welcome encrypted mail.

GPG

I use two GPG keys, one for personal use, one for the NeoMutt project.

Personal

I use this key for personal email.

Identity:

Richard Russon (flatcap) <rich@flatcap.org>
69AD 1D63 6AC2 92E8 2065 8C16 EBC1 50E4 B5DA 63DF
http://flatcap.org/id/richard.russon.flatcap.asc

The ideal way to get my GPG key would be to use DANE. This method retrieves my key from a DNS record which is validated using DNSSEC.

openpgpkey --fetch rich@flatcap.org > rich.russon.txt
gpg --import rich.russon.txt

Alternatively, you can get my key from a GPG keyserver with either of the commands below. However, you would need to contact me via another secure channel to verify the key.

gpg --recv-keys 69AD1D636AC292E820658C16EBC150E4B5DA63DF
gpg --search-keys rich@flatcap.org

Alternatively download it from this site:

curl -s https://flatcap.org/id/richard.russon.flatcap.asc | gpg --import -

Neomutt

I use this key for signing NeoMutt Project releases.

Identity:

Richard Russon (NeoMutt) <rich@flatcap.org>
86C2 3972 70DD 7A56 1263 CA4E 5FAF 0A6E E737 1805
http://flatcap.org/id/richard.russon.neomutt.asc

You can get my key from a GPG keyserver with either of the commands below. However, you would need to contact me via another secure channel to verify the key.

gpg --recv-keys 86C2397270DD7A561263CA4E5FAF0A6EE7371805
gpg --search-keys rich@flatcap.org

Alternatively download it from this site:

curl -s https://flatcap.org/id/richard.russon.neomutt.asc | gpg --import -