Skip to content

Commit

Permalink
Initial root and targets
Browse files Browse the repository at this point in the history
Signed-off-by: mrjoelkamp <[email protected]>
  • Loading branch information
mrjoelkamp committed Jun 3, 2024
1 parent 62464fb commit ebb7cac
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 0 deletions.
31 changes: 31 additions & 0 deletions metadata/.signing-event-state
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"invites": {
"@jeanlaurent": [
"root"
],
"@ingshtrom": [
"root"
],
"@binman-docker": [
"root"
],
"@cdupuis": [
"root"
],
"@rachel-taylor-docker": [
"root"
],
"@mrjoelkamp": [
"targets"
],
"@whalelines": [
"targets"
],
"@kipz": [
"targets"
],
"@jonnystoten": [
"targets"
]
}
}
48 changes: 48 additions & 0 deletions metadata/root.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"signatures": [],
"signed": {
"_type": "root",
"consistent_snapshot": true,
"expires": "2025-06-03T21:46:28Z",
"keys": {
"aef160e03958d5346c903dda755c07e952127ef523df5ec33bd9b24d41fe1cf4": {
"keytype": "ecdsa",
"keyval": {
"public": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE5gH1kg/MZeiF/GO222hxMerv7MBC\nn91IJG8BbYWKmqZm2za+/QDyrMZExTguYlutu77jZqbkRZEFb/LbL4Ntuw==\n-----END PUBLIC KEY-----\n"
},
"scheme": "ecdsa-sha2-nistp256",
"x-tuf-on-ci-online-uri": "awskms:arn:aws:kms:us-east-1:654654578585:key/751429f1-0aea-4bd8-b450-bb1bce6b058f"
}
},
"roles": {
"root": {
"keyids": [],
"threshold": 3
},
"snapshot": {
"keyids": [
"aef160e03958d5346c903dda755c07e952127ef523df5ec33bd9b24d41fe1cf4"
],
"threshold": 1,
"x-tuf-on-ci-expiry-period": 365,
"x-tuf-on-ci-signing-period": 60
},
"targets": {
"keyids": [],
"threshold": 2
},
"timestamp": {
"keyids": [
"aef160e03958d5346c903dda755c07e952127ef523df5ec33bd9b24d41fe1cf4"
],
"threshold": 1,
"x-tuf-on-ci-expiry-period": 2,
"x-tuf-on-ci-signing-period": 1
}
},
"spec_version": "1.0.31",
"version": 1,
"x-tuf-on-ci-expiry-period": 365,
"x-tuf-on-ci-signing-period": 60
}
}
48 changes: 48 additions & 0 deletions metadata/root_history/1.root.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"signatures": [],
"signed": {
"_type": "root",
"consistent_snapshot": true,
"expires": "2025-06-03T21:46:28Z",
"keys": {
"aef160e03958d5346c903dda755c07e952127ef523df5ec33bd9b24d41fe1cf4": {
"keytype": "ecdsa",
"keyval": {
"public": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE5gH1kg/MZeiF/GO222hxMerv7MBC\nn91IJG8BbYWKmqZm2za+/QDyrMZExTguYlutu77jZqbkRZEFb/LbL4Ntuw==\n-----END PUBLIC KEY-----\n"
},
"scheme": "ecdsa-sha2-nistp256",
"x-tuf-on-ci-online-uri": "awskms:arn:aws:kms:us-east-1:654654578585:key/751429f1-0aea-4bd8-b450-bb1bce6b058f"
}
},
"roles": {
"root": {
"keyids": [],
"threshold": 3
},
"snapshot": {
"keyids": [
"aef160e03958d5346c903dda755c07e952127ef523df5ec33bd9b24d41fe1cf4"
],
"threshold": 1,
"x-tuf-on-ci-expiry-period": 365,
"x-tuf-on-ci-signing-period": 60
},
"targets": {
"keyids": [],
"threshold": 2
},
"timestamp": {
"keyids": [
"aef160e03958d5346c903dda755c07e952127ef523df5ec33bd9b24d41fe1cf4"
],
"threshold": 1,
"x-tuf-on-ci-expiry-period": 2,
"x-tuf-on-ci-signing-period": 1
}
},
"spec_version": "1.0.31",
"version": 1,
"x-tuf-on-ci-expiry-period": 365,
"x-tuf-on-ci-signing-period": 60
}
}
12 changes: 12 additions & 0 deletions metadata/targets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"signatures": [],
"signed": {
"_type": "targets",
"expires": "2025-06-03T21:46:28Z",
"spec_version": "1.0.31",
"targets": {},
"version": 1,
"x-tuf-on-ci-expiry-period": 365,
"x-tuf-on-ci-signing-period": 60
}
}

0 comments on commit ebb7cac

Please sign in to comment.