diff --git a/index.html b/index.html index 2e10176..6442895 100644 --- a/index.html +++ b/index.html @@ -555,11 +555,11 @@

Terminology

-
controller
+
controller
-An entity that is [=authorized=] to perform an action with a specific resource, -such as update a [=controller document=] or use a cryptographic key to generate -a digital signature. +An entity that is [=authorized=] to perform an action associated with a specific +resource such as updating a [=controller document=] or generating a digital +signature that can be verified using a [=verification method=].
controller document
@@ -2909,6 +2909,19 @@

Key and Signature Expiration

+
+

Verification Method Binding

+ +

+Implementers ensure that a [=verification method=] is bound to a particular +[=controller=] by going from the expression of the [=verification method=] to +the [=controller document=], and then ensuring that the [=controller document=] +also contains a reference to the [=verification method=]. This process is +described in the algorithm for +retrieving a verification method. +

+
+

Verification Method Rotation