Open
Conversation
Rolling trust store release at 2026-02-15T04:06:35+0000. $ cfssl-trust -d ./cert.db -b int release 504h skipping expired certificate (SKI=ad758efba5158b51565195450d1a714bec4f3e63, serial=9715700501489671649253548320029012687, subject='/Optioncare CA/C=US/O=Optioncare/OU=Orion Health Direct Secure Messaging') 1266 certificates rolled 1 certificates skipped Successfully rolled new int release 2026.2.2 $ cfssl-trust -d ./cert.db -b ca release 504h skipping expired certificate (SKI=ddd44e67433fd3ea62e8da896e8e3b6e0bbb959f, serial=1922916560873434976, subject='/InfoNotary CSP Root/C=BG/O=InfoNotary PLC/OU=InfoNotary CSP Root') 339 certificates rolled 1 certificates skipped Successfully rolled new ca release 2026.2.2 $ cfssl-trust -d ./cert.db -r 2026.2.2 -b int bundle int-bundle.crt selected release 2026.2.2 Selected 1266 certificates for this release. $ cfssl-trust -d ./cert.db -r 2026.2.2 -b ca bundle ca-bundle.crt selected release 2026.2.2 Selected 339 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
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-15T04:06:35+0000.
$ cfssl-trust -d ./cert.db -b int release 504h
skipping expired certificate (SKI=ad758efba5158b51565195450d1a714bec4f3e63, serial=9715700501489671649253548320029012687, subject='/Optioncare CA/C=US/O=Optioncare/OU=Orion Health Direct Secure Messaging')
1266 certificates rolled
1 certificates skipped
Successfully rolled new int release 2026.2.2
$ cfssl-trust -d ./cert.db -b ca release 504h
skipping expired certificate (SKI=ddd44e67433fd3ea62e8da896e8e3b6e0bbb959f, serial=1922916560873434976, subject='/InfoNotary CSP Root/C=BG/O=InfoNotary PLC/OU=InfoNotary CSP Root')
339 certificates rolled
1 certificates skipped
Successfully rolled new ca release 2026.2.2
$ cfssl-trust -d ./cert.db -r 2026.2.2 -b int bundle int-bundle.crt
selected release 2026.2.2
Selected 1266 certificates for this release.
$ cfssl-trust -d ./cert.db -r 2026.2.2 -b ca bundle ca-bundle.crt
selected release 2026.2.2
Selected 339 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