AetherProof — Root of Trust

Public keys for AetherProof manifest verification.

Active signing key

Ed25519 public key, PEM-encoded. Pin this fingerprint in your verifier:

sha256:f95a45bdc15db8f6ef61fa853366e860726aefe16474e943ebe79b132a17e022

Endpoints

Verify a manifest

curl -LO https://keys.aetherlang.online/signing-key.pub
curl -s https://api.aetherlang.online/v1/manifests/<request_id> > manifest.json
python3 -m aetherproof_verify check \
  --manifest manifest.json \
  --pubkey signing-key.pub \
  --fingerprint sha256:f95a45bdc15db8f6ef61fa853366e860726aefe16474e943ebe79b132a17e022

Trust model: independent third parties verify manifests by pinning the fingerprint above. The PEM file is served over HTTPS with long edge cache. Content-addressed copies (/<fingerprint>.pub) are immutable and can never change by definition.

© Aetherlang.