Identity Keys
This page lists cryptographic keys associated with Dan Wahl (danwahl.net). The canonical source for these keys is the danwahl.github.io repository.
Active
danwahl-20260423
- Algorithm: Ed25519
- Created: 2026-04-23
- Purpose: Identity verification, signing mandates and attestations
- Public key: /.well-known/keys/danwahl-20260423.pub
- Fingerprint:
SHA256:fVzLMQ+p3JnbsVBEweEUS/9IftEv0c1SjKnDizh43aM
Retired
(none yet)
Revoked
(none yet)
Verifying a signature
To verify a signature from any of the above keys:
- Fetch the public key from the URL above.
- Create an
allowed_signersfile:danwahl-20260423 <contents of .pub file> - Run:
ssh-keygen -Y verify -n <namespace> -I danwahl-20260423 -f allowed_signers -s <signature_file> < <signed_content>
The <namespace> will be specified alongside any signed artifact.