Skip to content

Conversation

@ChristianPavilonis
Copy link
Collaborator

@ChristianPavilonis ChristianPavilonis commented Dec 9, 2025

closes #105

new format for .well-known/trusted-server.json

{
  "version": "1.0",
  "jwks": {
    "keys": [
      {
        "crv": "Ed25519",
        "kid": "ts-2025-10-A",
        "kty": "OKP",
        "use": "sig",
        "x": "UVTi04QLrIuB7jXpVfHjUTVN5aIdcbPNr50umTtN8pw"
      },
      {
        "crv": "Ed25519",
        "kid": "ts-2025-10-B",
        "kty": "OKP",
        "use": "sig",
        "x": "HVTi04QLrIuB7jXpVfHjUTVN5aIdcbPNr50umTtN8pw"
      }
    ]
  }
}

@ChristianPavilonis ChristianPavilonis force-pushed the feature/well-known-trusted-server branch from be27695 to 3320ecb Compare December 9, 2025 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

As publisher I want to make keys discoverable that I use for signing for downstream verification

2 participants