@@ -80,7 +80,7 @@ The [host](https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.2)
8080refers to the network type where the RBAC registration was made.
8181It ** IS NOT** resolvable with ** DNS** , and ** IS NOT** a public host name.
8282It is used as a decentralized network identifier.
83- The consumer of the ` KID ` must be able to resolve these host names.
83+ The consumer of the ` ID ` must be able to resolve these host names to known and supported blockchain networks .
8484
8585The hostname may have one or more subdomains which could specify side-chains of a particular network,
8686or test networks.
@@ -118,7 +118,7 @@ Applications which use the `nonce` will define its use, anything that does not u
118118
119119* ` anne@cardano ` - username ` anne ` no nonce.
120120* ` blake:1737101079@midnight ` - username ` blake ` with nonce 1737101079.
121- * ` :173710179# ethereum ` - no username with nonce 173710179.
121+ * ` :173710179@ ethereum ` - no username with nonce 173710179.
122122
123123### ` path `
124124
@@ -176,27 +176,27 @@ The first implementation will be Catalyst Voices.
176176 * ` nonce ` - undefined.
177177 * In this example, it is identical to ` FftxFnOrj2qmTuB2oZG2v0YEWJfKvQ9Gg8AgNAhDsKE ` or
178178 ` FftxFnOrj2qmTuB2oZG2v0YEWJfKvQ9Gg8AgNAhDsKE/0 ` .
179- * ` id.catalyst://faith@preprod@ cardano/FftxFnOrj2qmTuB2oZG2v0YEWJfKvQ9Gg8AgNAhDsKE/7/3 `
179+ * ` id.catalyst://faith@preprod. cardano/FftxFnOrj2qmTuB2oZG2v0YEWJfKvQ9Gg8AgNAhDsKE/7/3 `
180180 * A Signing key registered on the Cardano pre-production network.
181181 * Role 7 - Rotation 3.
182182 * ` username ` - ` faith `
183183 * ` nonce ` - undefined.
184184 * The Key for Role 7, and its third published rotation
185185 (i.e., the fourth key published, the first is the initial key, plus 3 rotations following it).
186- * ` id.catalyst://faith:173710179@preprod@ cardano/FftxFnOrj2qmTuB2oZG2v0YEWJfKvQ9Gg8AgNAhDsKE/2/0#encrypt `
186+ * ` id.catalyst://faith:173710179@preprod. cardano/FftxFnOrj2qmTuB2oZG2v0YEWJfKvQ9Gg8AgNAhDsKE/2/0#encrypt `
187187 * A Public Encryption key registered on the Cardano pre-production network.
188188 * Role 2 - Rotation 0.
189189 * ` username ` - ` faith `
190190 * ` nonce ` - 173710179.
191191 * The initially published Public Encryption Key for Role 2.
192- * ` kid .catalyst-rbac ://:173710179@midnight/FftxFnOrj2qmTuB2oZG2v0YEWJfKvQ9Gg8AgNAhDsKE/0/1`
192+ * ` id .catalyst://:173710179@midnight/FftxFnOrj2qmTuB2oZG2v0YEWJfKvQ9Gg8AgNAhDsKE/0/1`
193193 * A Signing key registered on the Midnight Blockchain Main network
194194 * Role 0 - Rotation 1.
195195 * ` username ` - undefined.
196196 * ` nonce ` - 173710179.
197197 * In this example, it is NOT the same as the ` FftxFnOrj2qmTuB2oZG2v0YEWJfKvQ9Gg8AgNAhDsKE ` ,
198198 as it identifies the first rotation after ` FftxFnOrj2qmTuB2oZG2v0YEWJfKvQ9Gg8AgNAhDsKE ` .
199- * ` kid .catalyst-rbac ://midnight/FftxFnOrj2qmTuB2oZG2v0YEWJfKvQ9Gg8AgNAhDsKE/2/1#encrypt`
199+ * ` id .catalyst://midnight/FftxFnOrj2qmTuB2oZG2v0YEWJfKvQ9Gg8AgNAhDsKE/2/1#encrypt`
200200 * A public encryption key registered on the Midnight Blockchain Main network.
201201 * Role 2 - Rotation 1.
202202 * ` username ` - undefined.
0 commit comments