github.com/zmap/zlint@v1.1.0/testlint/prepend_openssl.sh (about)

     1  #!/bin/bash
     2  for f in testCerts/*; do
     3      openssl x509 -in $f -text -noout | cat - $f > /tmp/out && mv /tmp/out $f
     4  done