# Tracking changes in CA stores Mozilla store concatenated: https://curl.haxx.se/docs/caextract.html It's interesting to note that those have same subject and only a few keys changed cacert-2020-10-14.txt cacert-2020-12-08.txt Those .txt files have been generated as such # https://pub.nethence.com/bin/checkbundle.bash.txt for f in cacert*.pem; do echo -n $f ... checkbundle.bash $f > ${f%\.pem}.txt && echo done done; unset f ## Resources https://serverfault.com/questions/590870/how-to-view-all-ssl-certificates-in-a-bundle