Trust store release 2026.2.0#365
Merged
jvaughan-cloudflare merged 1 commit intomasterfrom Feb 5, 2026
Merged
Conversation
d600485 to
e45334c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rolling trust store release at 2026-02-01T04:09:19+0000.
$ cfssl-trust -d ./cert.db -b int release 504h
skipping expired certificate (SKI=7b68ce29aac017be497ae1e53fd6a7f7458f3532, serial=20812206907036738015322008881189383613, subject='/DigiCert Assured ID Code Signing CA-1/C=US/O=DigiCert Inc/OU=www.digicert.com')
skipping expired certificate (SKI=974803eb15086bb9b25823cc942ef1c665d2648e, serial=3680403385497920146360574967411527007, subject='/DigiCert High Assurance Code Signing CA-1/C=US/O=DigiCert Inc/OU=www.digicert.com')
1272 certificates rolled
2 certificates skipped
Successfully rolled new int release 2026.2.0
$ cfssl-trust -d ./cert.db -b ca release 504h
340 certificates rolled
0 certificates skipped
Successfully rolled new ca release 2026.2.0
$ cfssl-trust -d ./cert.db -r 2026.2.0 -b int bundle int-bundle.crt
selected release 2026.2.0
Selected 1272 certificates for this release.
$ cfssl-trust -d ./cert.db -r 2026.2.0 -b ca bundle ca-bundle.crt
selected release 2026.2.0
Selected 340 certificates for this release.
$ certdump ca-bundle.crt > certdata/ca-bundle.txt
$ certdump int-bundle.crt > certdata/int-bundle.txt
$ git status --porcelain -uno
M ca-bundle.crt
M cert.db
M certdata/ca-bundle.txt
M certdata/int-bundle.txt
M int-bundle.crt