Skip to content

Update root certificate stores for staging logs - #936

Merged
roger2hk merged 1 commit into
transparency-dev:mainfrom
roger2hk:staging-update-roots
Sep 8, 2026
Merged

Update root certificate stores for staging logs#936
roger2hk merged 1 commit into
transparency-dev:mainfrom
roger2hk:staging-update-roots

Conversation

@roger2hk

@roger2hk roger2hk commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

These 3 files were updated according to the instruction from the static-ct-staging logs README.

```bash
go run github.com/google/certificate-transparency-go/client/ctclient@master get-roots --log_uri=https://ct.googleapis.com/logs/us1/argon2025h1/ --text=false | \
awk \
'/-----BEGIN CERTIFICATE-----/{c=1; pem=$0; show=1; next}
c{pem=pem ORS $0}
/-----END CERTIFICATE-----/{c=0; if(show) print pem}
($0=="MIIFxDCCBKygAwIBAgIBAzANBgkqhkiG9w0BAQUFADCCAUsxGDAWBgNVBC0DDwBT"||$0=="MIIFVjCCBD6gAwIBAgIQ7is969Qh3hSoYqwE893EATANBgkqhkiG9w0BAQUFADCB"){show=0}' \
> deployment/live/gcp/static-ct-staging/logs/arche2025h1/roots.pem
```

@roger2hk
roger2hk requested a review from AlCutter September 7, 2026 18:00
@roger2hk
roger2hk requested a review from a team as a code owner September 7, 2026 18:00
@roger2hk
roger2hk merged commit 9e029bc into transparency-dev:main Sep 8, 2026
15 checks passed
@roger2hk
roger2hk deleted the staging-update-roots branch September 8, 2026 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants