Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/workflows/bootstrap-enrollment.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ sequenceDiagram
Note over Agent: Token nearing expiry
Agent->>Agent: Generate ephemeral Ed25519 key
Agent->>Agent: Build naming JWT (signed by durable key,<br/>embeds ephemeral key as cnf.jwk)
Agent->>AP: POST /refresh (signed with ephemeral key,<br/>Signature-Key: sig=jkt-jwt;jwt="naming-jwt")
Agent->>AP: POST /refresh (signed with ephemeral key,<br/>Signature-Key: sig=jkt-jwt jwt=naming-jwt)
AP->>AP: Extract durable key thumbprint from naming JWT kid
AP->>AP: Verify naming JWT signature against enrolled durable key
AP->>AP: Verify HTTP signature against ephemeral key
Expand Down
Loading