You can upload your public key/keychain here. Keys must be submitted in ASCII-armored format.
If you're using gpg
, you can export your public key by following this example:
# Get all the keys in the ring $ gpg --list-keys /home/you/.gnupg/pubring.kbx ---------------------------- pub rsa4096 1970-01-01 [SC] 247C3553B4B36107BA0490C3CAFCCF3B4965761A uid [ full ] Someone That I Used to Know <someone@example.com> sub rsa2048 2020-01-01 [E] [expires: 2069-12-31] pub rsa4096 1970-01-01 [SC] [expires: 2069-12-31] 52661092E5CD9EEFD7796B19E85F540C9318B69F uid [ultimate] Me, Myself and I <me@example.net> sub rsa2048 2020-05-24 [E] [expires: 2069-12-31] # Let's export the key "Me, Myself and I" $ gpg --export --armor 52661092E5CD9EEFD7796B19E85F540C9318B69F -----BEGIN PGP PUBLIC KEY BLOCK----- copy and paste this block in the area below -----END PGP PUBLIC KEY BLOCK-----