#!/bin/sh set -eux if [ -d testca/ ]; then echo "testca/ exists, remove it if you want to start from scratch" exit 1 fi ORGANIZATION="CAcert Inc." COUNTRY_CODE="AU" mkdir -p testca/ cd testca mkdir -p root/newcerts class3/newcerts root/private class3/private certs touch root/index.txt class3/index.txt cat >ca.cnf <