From 9010563d5b6f765993abfcef7397f4ebff63e4fa Mon Sep 17 00:00:00 2001 From: rhiaro Date: Fri, 2 Aug 2019 20:08:40 +0200 Subject: [PATCH] Permit DID Methods without update and deactivate, adapted from @pelle PR https://github.com/w3c-ccg/did-spec/pull/55 --- index.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index fba6ee1..47e7f25 100644 --- a/index.html +++ b/index.html @@ -1995,10 +1995,12 @@

CRUD operations is performed by a client. Each operation MUST be specified to the level of detail necessary to build and test -interoperable client implementations with the target system. Note that, -due to the specified contents of DID Documents, these operations can -effectively be used to perform all the operations required of a CKMS - (cryptographic key management system), e.g.: +interoperable client implementations with the target system. +The specification document for a DID method that does not support specific +operations such as Update and Deactivate MUST clearly specify these +limitations. Note that, due to the specified contents of DID Documents, +these operations can effectively be used to perform all the operations +required of a CKMS (cryptographic key management system), e.g.: