Skip to content

Commit 7c96933

Browse files
Slight edit to fix incorrect version of root file
1 parent 8b53ede commit 7c96933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tuf-spec.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,9 +1014,9 @@ Version 1.0 (Draft)
10141014
root keys in the previous version of root.json, up to the threshold listed
10151015
for root in the previous version of root.json. If this is not the case,
10161016
clients will (correctly) not validate the new root.json file. For example,
1017-
if there is 1.root.json that has threshold 2 and 2.root.json that has
1017+
if there is a 1.root.json that has threshold 2 and a 2.root.json that has
10181018
threshold 3, 2.root.json MUST be signed by at least 2 keys defined in
1019-
1.root.json and at least 3 keys defined in 3.root.json.
1019+
1.root.json and at least 3 keys defined in 2.root.json.
10201020

10211021
To replace a delegated developer key, the role that delegated to that key
10221022
just replaces that key with another in the signed metadata where the

0 commit comments

Comments
 (0)