From e4ce096ef4112b2a3fb2827b23a12433db498d4c Mon Sep 17 00:00:00 2001 From: Andres Uribe Date: Mon, 14 Aug 2023 13:44:03 -0400 Subject: [PATCH] Update didweb.md (#654) --- doc/howto/didweb.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/howto/didweb.md b/doc/howto/didweb.md index be49628ac..f93c71180 100644 --- a/doc/howto/didweb.md +++ b/doc/howto/didweb.md @@ -2,7 +2,7 @@ ## Background -The [did:web Method Specification)](https://w3c-ccg.github.io/did-method-web/) describes a DID method that uses an existing web domain to host and establish trust for a DID Document. +The [did:web Method Specification](https://w3c-ccg.github.io/did-method-web/) describes a DID method that uses an existing web domain to host and establish trust for a DID Document. It relies on the controller of an existing domain to host a custom file with the contents of the DID Document they want to expose. The SSI Service facilitates creation of a `did:web`, which you then must update on the domain you control. @@ -160,4 +160,4 @@ Upon success you will see a response such as... } ``` -In this case the JSON object contains a [DID Resolution Result](https://www.w3.org/TR/did-core/#did-resolution), in which the `didDocument` property has the value that was created in step 1. \ No newline at end of file +In this case the JSON object contains a [DID Resolution Result](https://www.w3.org/TR/did-core/#did-resolution), in which the `didDocument` property has the value that was created in step 1.