Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Jan 10, 2025
1 parent c5f5137 commit ed8a59f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ enduser->>edge: Enrollment key
edge->>edge: Generate data key
edge->>edge: Generate X.509 CSR
edge->>nodeman: Enroll new node
edge->>nodeman: Enroll new node (JWS signed request)
nodeman-->>edge: Certificate and node configuration
edge->>nodeman: Renew existing node
edge->>nodeman: Renew existing node (JWS signed request)
nodeman-->>edge: Certificate
edge->>nodeman: Get node configuration
nodeman-->>edge: Node configuration
```


Expand Down

0 comments on commit ed8a59f

Please sign in to comment.