#!/bin/sh -e if ! [ -e /etc/domtool ]; then echo "/etc/domtool not found. Are you running this on the same machine as domtool-server?" exit 1 fi domtool-addcert $* domtool-addacl $*