Skip to content

Commit 244638a

Browse files
Update signing config and trusted root to latest versions (#252)
We're actively turning down alpha2. Signed-off-by: Hayden <[email protected]> Co-authored-by: Hayden <[email protected]>
1 parent 797961f commit 244638a

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

test/assets/rekor2_signing_config.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,20 @@
2121
}
2222
],
2323
"rekorTlogUrls": [
24+
{
25+
"url": "https://log2025-alpha3.rekor.sigstage.dev",
26+
"majorApiVersion": 2,
27+
"validFor": {
28+
"start": "2025-09-22T11:00:00Z"
29+
},
30+
"operator": "sigstore.dev"
31+
},
2432
{
2533
"url": "https://log2025-alpha2.rekor.sigstage.dev",
2634
"majorApiVersion": 2,
2735
"validFor": {
28-
"start": "2025-08-20T07:24:08Z"
36+
"start": "2025-08-20T07:24:08Z",
37+
"end": "2025-09-22T11:00:00Z"
2938
},
3039
"operator": "sigstore.dev"
3140
},

test/assets/rekor2_trusted_root.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,27 @@
3737
"rawBytes": "MCowBQYDK2VwAyEAkrA8Ou2FtN7kYXCP/lpvF8vQrvh4nj+91+PWOGGzfGc=",
3838
"keyDetails": "PKIX_ED25519",
3939
"validFor": {
40-
"start": "2025-08-08T00:00:00Z"
40+
"start": "2025-08-08T00:00:00Z",
41+
"end": "2025-09-28T00:00:00Z"
4142
}
4243
},
4344
"logId": {
4445
"keyId": "KfSiSX2iRLyhK62SUVL47vVcqqRx/RAewpKJm8IdZTo="
4546
}
47+
},
48+
{
49+
"baseUrl": "https://log2025-alpha3.rekor.sigstage.dev",
50+
"hashAlgorithm": "SHA2_256",
51+
"publicKey": {
52+
"rawBytes": "MCowBQYDK2VwAyEAlD3dVc8yaP25mPtT/sJ59D3LLxGBgW/qYrM6x6KmOqk=",
53+
"keyDetails": "PKIX_ED25519",
54+
"validFor": {
55+
"start": "2025-09-22T00:00:00Z"
56+
}
57+
},
58+
"logId": {
59+
"keyId": "09OnDKEw7/hpZiYVPoTRzRbglHk0sylsUovegnRUlJY="
60+
}
4661
}
4762
],
4863
"certificateAuthorities": [

0 commit comments

Comments
 (0)