-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroot.json
More file actions
37 lines (37 loc) · 977 Bytes
/
root.json
File metadata and controls
37 lines (37 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"signed": {
"_type": "root",
"spec_version": "1.0.31",
"consistent_snapshot": false,
"version": 1,
"expires": "2030-01-01T00:00:00Z",
"keys": {
"keyid1": {
"keytype": "ET9nggMM",
"scheme": "ET9nggMM",
"keyval": {
"public": "ET9nggMMNiG8/xEJP3kOc8m9VaMKw7hkrTGqddou2N0="
}
},
"roles": {
"root": {
"keyids": ["keyid1"],
"threshold": 1
},
"targets": {
"keyids": ["keyid1"],
"threshold": 1
},
"snapshot": {
"keyids": ["keyid1"],
"threshold": 1
},
"timestamp": {
"keyids": ["keyid1"],
"threshold": 1
}
}
},
"signatures": [{"keyid": "keyid1", "sig": "signature_value"}]
}
}