Trust store release 2025.6.3 #337
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 2025-06-22T03:39:53+0000.
$ cfssl-trust -d ./cert.db -b int release 504h
skipping expired certificate (SKI=a92b87e1ce24473b1bbfcf853702559d0d9458e6, serial=1435559231276039379187787810018607, subject='/GlobalSign CloudSSL CA - SHA256 - G3/C=BE/O=GlobalSign nv-sa')
1315 certificates rolled
1 certificates skipped
Successfully rolled new int release 2025.6.3
$ cfssl-trust -d ./cert.db -b ca release 504h
348 certificates rolled
0 certificates skipped
Successfully rolled new ca release 2025.6.3
$ cfssl-trust -d ./cert.db -r 2025.6.3 -b int bundle int-bundle.crt
selected release 2025.6.3
Selected 1315 certificates for this release.
$ cfssl-trust -d ./cert.db -r 2025.6.3 -b ca bundle ca-bundle.crt
selected release 2025.6.3
Selected 348 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 cert.db
M certdata/int-bundle.txt
M int-bundle.crt