Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rolling trust store release at 2023-10-08T03:19:57+0000. $ cfssl-trust -d ./cert.db -b int release 504h skipping expired certificate (SKI=ecd7e382d2715d644cdf2e673fe7ba98ae1c0f4f, serial=3210528394028037539049256322277596743, subject='/DigiCert Trusted Root G4/C=US/O=DigiCert Inc/OU=www.digicert.com') skipping expired certificate (SKI=a56e22ff39693a23fb892417c66094001ada8e9e, serial=1596357116226781132199139003842784259, subject='/Orion Health Direct Secure Messaging CA/C=US/O=Orion Health Inc./OU=Orion Health Direct Secure Messaging') skipping expired certificate (SKI=13caa050fedeae9e4fdcaa61fddc813c4bd7d695, serial=20974606466155109602200592651066051679, subject='/New Hampshire Health Information Organization CA/C=US/O=New Hampshire Health Information Organization Corporation/OU=Orion Health Direct Secure Messaging') skipping expired certificate (SKI=fb88e1e7c123c6eb6b11d3f224d42f11962ddc9c, serial=6072169368006194154584822023203911786, subject='/Louisiana Health Care Quality Forum CA/C=US/O=Louisiana Health Care Quality Forum/OU=Orion Health Direct Secure Messaging') skipping expired certificate (SKI=3fc54ca205ff8e1c0ef1f6e9c36f05fc71cf2977, serial=10157026234195672072779843916546495352, subject='/Alaska eHealth Network CA/C=US/O=Alaska eHealth Network, Inc./OU=Orion Health Direct Secure Messaging') skipping expired certificate (SKI=fbc2f9b415959a384d5574a0dfbd873bd5783d38, serial=8309926333604083431613695461612223913, subject='/Orion Health Direct Secure Messaging Public HISP CA/C=US/O=Orion Health Inc./OU=Orion Health Direct Secure Messaging') 1551 certificates rolled 6 certificates skipped Successfully rolled new int release 2023.10.0 $ cfssl-trust -d ./cert.db -b ca release 504h 361 certificates rolled 0 certificates skipped Successfully rolled new ca release 2023.10.0 $ cfssl-trust -d ./cert.db -r 2023.10.0 -b int bundle int-bundle.crt selected release 2023.10.0 Selected 1551 certificates for this release. $ cfssl-trust -d ./cert.db -r 2023.10.0 -b ca bundle ca-bundle.crt selected release 2023.10.0 Selected 361 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
- Loading branch information