diff --git a/index.html b/index.html index 22fbc20..37a5710 100644 --- a/index.html +++ b/index.html @@ -131,7 +131,7 @@ Decentralized identifier (DID) resolution is the process of obtaining a DID document and accompanying metadata for a specific DID. The process takes a DID and a set of resolution options as its input and returns a -DID document and associated metadata about the resolved document and the +DID document and associated metadata about the resolved document and the resolution request. A resolved DID document is a set of information which enables cryptographically verifiable interactions with the DID subject, including mechanisms such as cryptographic public keys. This specification @@ -448,9 +448,9 @@
All datetime values in this specification MUST be an
- ASCII string which is a valid XML datetime value defined by the
- [[VC-DATA-MODEL]] in .
- Additionally, timestamps used in DID Resolution MUST be adjusted to UTC
+ ASCII string which is a valid XML datetime value defined by the
+ [[VC-DATA-MODEL]] in .
+ Additionally, timestamps used in DID Resolution MUST be adjusted to UTC
without sub-second decimal precision. For example: 2020-12-20T19:17:47Z
didDocument if such a representation is supported and
available. Any representation MUST be able to be translated into
- the representation defined by the application/did mediaType.
+ the representation defined by the application/did mediaType.
This property is OPTIONAL.
@@ -1593,11 +1593,7 @@ This binding is generally considered a remote binding, but could
also be a local binding if the HTTP(S) endpoint is run in a local environment, such as on localhost.
+ All conforming DID resolvers MUST implement the GET version of the + HTTPS binding and MAY implement the POST version. + All HTTPS bindings MUST use TLS. Use of DNS names + in certificates is NOT REQUIRED; resolvers MAY use TLS certificates issued for IP addresses. +
+Using this binding, the DID resolution function (see ) and/or DID URL dereferencing function (see ) can be executed as follows: