Skip to content

Commit 3dfe9ca

Browse files
committed
fix(docs): Fix the example Kid URI
1 parent 9fe1835 commit 3dfe9ca

File tree

1 file changed

+3
-3
lines changed
  • docs/src/architecture/08_concepts/rbac_kid_uri

1 file changed

+3
-3
lines changed

docs/src/architecture/08_concepts/rbac_kid_uri/kiduri.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,20 +138,20 @@ The first implementation will be Catalyst Voices.
138138
* A Signing key registered on the Cardano Main network.
139139
* Role 0 - Rotation 0.
140140
In this example, it is exactly the same as the `<key>`.
141-
* `kid.catalyst-rbac://preprod@cardano/ed25519/<key>/7/3`
141+
* `kid.catalyst-rbac://preprod@cardano/<key>/7/3`
142142
* A Signing key registered on the Cardano pre-production network.
143143
* Role 7 - Rotation 3.
144144
The Key for Role 7, and its third published rotation
145145
(i.e., the fourth key published, the first is the initial key, plus 3 rotations following it).
146-
* `kid.catalyst-rbac://preprod@cardano/ed25519/<key>/2/0#encrypt`
146+
* `kid.catalyst-rbac://preprod@cardano/<key>/2/0#encrypt`
147147
* A Public Encryption key registered on the Cardano pre-production network.
148148
* Role 2 - Rotation 0.
149149
The initially published Public Encryption Key for Role 2.
150150
* `kid.catalyst-rbac://midnight/<key>/0/1`
151151
* A Signing key registered on the Midnight Blockchain Main network
152152
* Role 0 - Rotation 1.
153153
In this example, it is NOT the same as the `<key>`, as it identifies the first rotation after `<key>`.
154-
* `kid.catalyst-rbac://midnight/encrypt/<key>/2/1#encrypt`
154+
* `kid.catalyst-rbac://midnight/<key>/2/1#encrypt`
155155
* A public encryption key registered on the Midnight Blockchain Main network.
156156
* Role 2 - Rotation 1.
157157

0 commit comments

Comments
 (0)