Artifact [5324a34988]

Artifact 5324a3498816746a5e464a158cbb21b3733d24c7:


#! /bin/bash

set -e

ourdir="$(dirname "$(which "$0")")"
cd "${outdir}" || exit 1

make -C certs/dod distclean all
make -C certs/federal distclean all

./certs-to-c certs/*/*.crt > ../cackey_builtin_certs.h