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-10-14T13:14:23-0700. $ cfssl-trust -d ./cert.db -b int release 888h skipping expired certificate (SKI=d73b82a62b31cdb1949eb7ea66293ac53d16c0bf, serial=239103577347589804392016039354697780213, subject='/Digi-Sign CA Digi-ID/C=IE/O=Digi-Sign Limited/L=Dublin/ST=County Dublin') skipping expired certificate (SKI=67fd8820142798c709d22519bbe9511163755062, serial=11219189969625805505073711195983176805, subject='/TERENA SSL CA 3/C=NL/O=TERENA/L=Amsterdam/ST=Noord-Holland') skipping expired certificate (SKI=c2b885d7e1b913bdd148bcfd5edc7d90427a8aa9, serial=15100258180998422066925747664388448148, subject='/TERENA SSL High Assurance CA 3/C=NL/O=TERENA/L=Amsterdam/ST=Noord-Holland') skipping expired certificate (SKI=ca8782fba642ff63a96c4451cf74f76e8936e6bc, serial=2543951452088144462446830710844548704, subject='/INTEGRIS Direct Intermediate CA/C=US/O=INTEGRIS/OU=INTEGRIS DIRECT Messaging HISP') skipping expired certificate (SKI=f021e94977739f85ae183be852701406ed42eeca, serial=4381935297294597993058787467913641258, subject='/TERENA Personal CA 3/C=NL/O=TERENA/L=Amsterdam/ST=Noord-Holland') skipping expired certificate (SKI=29aa1b6e30f9306763a587260cacf1819c697449, serial=16898994241335817362750290230426730092, subject='/TERENA eScience SSL CA 3/C=NL/O=TERENA/L=Amsterdam/ST=Noord-Holland') skipping expired certificate (SKI=8c9f112ee6e37a04a51e558b460804a6ed9770a6, serial=3612740644231628671459046335609331832, subject='/TERENA eScience Personal CA 3/C=NL/O=TERENA/L=Amsterdam/ST=Noord-Holland') skipping expired certificate (SKI=c3f7d0b52a30adaf0d9121703954ddbc8970c73a, serial=1372800737, subject='/Entrust Certification Authority - L1M/C=US/O=Entrust, Inc./OU=See www.entrust.net/legal-terms/OU=(c) 2014 Entrust, Inc. - for authorized use only') 1411 certificates rolled 8 certificates skipped Successfully rolled new int release 2024.10.2 $ cfssl-trust -d ./cert.db -b ca release 888h 354 certificates rolled 0 certificates skipped Successfully rolled new ca release 2024.10.2 $ cfssl-trust -d ./cert.db -r 2024.10.2 -b int bundle int-bundle.crt selected release 2024.10.2 Selected 1411 certificates for this release. $ cfssl-trust -d ./cert.db -r 2024.10.2 -b ca bundle ca-bundle.crt selected release 2024.10.2 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