PGP Keyring Management

Daemon's Private Key

Imported Public Keys

Import Key

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: 2021-01-01]

pub   rsa4096 2020-05-24 [SC] [expires: 2021-02-12]
    52661092E5CD9EEFD7796B19E85F540C9318B69F
uid           [ultimate] Me, Myself and I <me@mydomain.com>
sub   rsa2048 2020-05-24 [E] [expires: 2021-02-12]

# Say that we want to export our own key, this is - "Me, Myself and I". That's the fingerprint "52661..."
$ gpg --export --armor 52661092E5CD9EEFD7796B19E85F540C9318B69F # Replace with your key's fingerprint
-----BEGIN PGP PUBLIC KEY BLOCK-----

copy and paste this block in the area below
-----END PGP PUBLIC KEY BLOCK-----