Rotation log
Verify a rotation record
Every rotation on our own network writes a record signed on the device with a per-site Ed25519 key. Paste one here; this page canonicalises it (keys sorted, no whitespace, sig omitted) and checks the signature in your browser against the public key directory.
How verification works
- Fetch
/.well-known/portproof-keys.json; it listskey_id, site, algorithm, the raw public key (base64) and the validity window. Keys are per site and rotate yearly;key_idis<site>-<year>. - Remove
sig, sort every object key recursively, serialise without whitespace as UTF-8. That is the canonical form the agent signed. - Verify the base64
sigover the canonical bytes with Ed25519. The same function is exported asverifyReceiptfrom@portproof/sharedfor servers and CI.
A verified record with rotated: false is still a valid record: it says the carrier handed back the same address after the stated attempts and the port owner is owed the credit, not that the signature is wrong. Records from partner networks are written by our monitoring and carry the control-plane key.