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 2024-09-11T16:02:58+0000. $ cfssl-trust -d ./cert.db -b int release 744h skipping expired certificate (SKI=1e05a3778f6c96e25b874ba6b486ac71000ce738, serial=94545579789686585794948834753815798644, subject='/InCommon RSA Server CA/C=US/O=Internet2/OU=InCommon/L=Ann Arbor/ST=MI') skipping expired certificate (SKI=5bd08a1c9a325be0b5dd96541be18628b0fdb6bd, serial=235272366020225505967190466882939011429, subject='/TERENA SSL CA 2/C=NL/O=TERENA/L=Amsterdam/ST=Noord-Holland') skipping expired certificate (SKI=fb9c382350a1d70004992d38066490a3261bdbed, serial=272698964160573185404065776724525029370, subject='/TERENA Personal CA 2/C=NL/O=TERENA/L=Amsterdam/ST=Noord-Holland') skipping expired certificate (SKI=a95952bf56412703c89996ff68009805efe8e752, serial=323995066540528425709116893431655074441, subject='/TERENA eScience Personal CA 2/C=NL/O=TERENA/L=Amsterdam/ST=Noord-Holland') skipping expired certificate (SKI=82a27074ddbc533fcf7bd4f7cd7fa760c60a4cbf, serial=1372455166, subject='/Entrust Certification Authority - L1K/C=US/O=Entrust, Inc./OU=See www.entrust.net/legal-terms/OU=(c) 2012 Entrust, Inc. - for authorized use only') skipping expired certificate (SKI=e5e42459153227c920b342026cb0ef32de9b205a, serial=257523152529290810697963498165784021465, subject='/Trustwave Extended Validation SHA256 CA, Level 1/C=US/O=Trustwave Holdings, Inc./L=Chicago/ST=Illinois') skipping expired certificate (SKI=6d5a7cd6997c71583bce4559bf0dc8976124ed69, serial=121499145618793256630945179199413653034, subject='/DigitalSign CA - G4/C=PT/O=DigitalSign - Certificadora Digital/OU=PT507015851/OU=Class 2 Managed PKI Individual Subscriber CA') skipping expired certificate (SKI=b5760c3011cec792424d4cc75c2cc8a90ce80b64, serial=20045315772003125868899357870856421858, subject='/Microsoft RSA TLS CA 01/C=US/O=Microsoft Corporation') skipping expired certificate (SKI=ff2f7fe106f438f32ded258d98c2fe0ef66cfcfa, serial=20806976318031376403207041668542712378, subject='/Microsoft RSA TLS CA 02/C=US/O=Microsoft Corporation') 1431 certificates rolled 9 certificates skipped Successfully rolled new int release 2024.9.0 $ cfssl-trust -d ./cert.db -b ca release 744h 354 certificates rolled 0 certificates skipped Successfully rolled new ca release 2024.9.0 Adding new roots: --/home/runner/work/_temp/new_roots.txt --- selected release 2024.9.0 Adding new intermediates: --/home/runner/work/_temp/new_intermediates.txt --- selected release 2024.9.0 $ cfssl-trust -d ./cert.db -r 2024.9.0 -b int bundle int-bundle.crt selected release 2024.9.0 Selected 1431 certificates for this release. $ cfssl-trust -d ./cert.db -r 2024.9.0 -b ca bundle ca-bundle.crt selected release 2024.9.0 Selected 354 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