Skip to main content

GPG Public Key Information

155 words·1 min· ·
Ariejan de Vroom
Author
Ariejan de Vroom
Jack of all Trades, Professional Software Craftsman

I regularly use GPG to sign stuff, mainly git commits and emails. On this page you’ll find some information on where to get my public key and proof that this is actually my key.

Public Key
#

Fingerprint 8450 D928 4373 164E 25CC 7E0D AD73 9154 F713 697B

Search your favourite key server for the fingerprint above, or download directly from here.

Proof of identity
#

I have uploaded a signed proof here so you can verify my key.

  1. Install my public key.
    curl -s https:/www.devroom.io/ariejan.asc | gpg --import
  2. Download my proof and signature to verify. curl -s https://www.devroom.io/gpg_proof.txt.asc | gpg --verify - <(curl -s https://www.devroom.io/gpg_proof.txt)

This should give you an output like:

gpg: Signature made Tue Sep 10 12:09:10 2024 CEST
gpg:                using RSA key 8450D9284373164E25CC7E0DAD739154F713697B
gpg: Good signature from "Ariejan de Vroom <ariejan@ariejan.net>"
gpg:                 aka "Ariejan de Vroom <ariejan@forsaken.nl>"
gpg:                 aka "Ariejan de Vroom <adevroom@keybase.io>"
gpg:                 aka "Ariejan de Vroom <ariejan@devroom.io>"