-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Develop the mechanism to publish the newly rotated DID Document to the did:web endpoint. This step should ensure that the updated document is accessible (typically at a well-known URL) and, if applicable, includes an alsoKnownAs reference to the previous DID Document.
Reference
%%{init: {"theme": "default"}}%%
graph LR
UDD[Updated DID Document]
PUB[Publish Mechanism]
ENDPOINT[did:web Endpoint]
UDD --> PUB
PUB -->|Publishes to endpoint| ENDPOINT
Acceptance Criteria
The rotated DID Document is successfully published and accessible via the did:web endpoint.
The published document conforms to the expected did:web format and includes appropriate linking (e.g., using alsoKnownAs).
End-to-end tests confirm that external resolvers can retrieve and verify the updated DID Document.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request