Trust store release 2026.1.0 #361
Merged
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-01-15T21:38:00+0000.
$ cfssl-trust -d ./cert.db -b int release 504h
skipping expired certificate (SKI=bba64e766baa847013c2a7e868471d68c37e3e6f, serial=166275597015633439699191517195204885, subject='/certSIGN Code Signing CA Class 3 G2/C=RO/O=certSIGN/OU=certSIGN Code Signing CA Class 3 G2')
skipping expired certificate (SKI=52c0ae29a2399717cbbd3ec94955e4410e3e65e1, serial=157285019568113588644272931959131615840, subject='/NAESB Issuing CA - SHA384 - G4/C=US/O=GMO GlobalSign Inc.')
1270 certificates rolled
2 certificates skipped
Successfully rolled new int release 2026.1.0
$ cfssl-trust -d ./cert.db -b ca release 504h
341 certificates rolled
0 certificates skipped
Successfully rolled new ca release 2026.1.0
Adding new roots:
--/home/runner/work/_temp/new_roots.txt ---
selected release 2026.1.0
Adding new intermediates:
--/home/runner/work/_temp/new_intermediates.txt ---
selected release 2026.1.0
$ cfssl-trust -d ./cert.db -r 2026.1.0 -b int bundle int-bundle.crt
selected release 2026.1.0
Selected 1270 certificates for this release.
$ cfssl-trust -d ./cert.db -r 2026.1.0 -b ca bundle ca-bundle.crt
selected release 2026.1.0
Selected 341 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