apache: improved fastScriptAlias
[hcoop/domtool2.git] / scripts / domtool-adduser
CommitLineData
385c3534
AC
1#!/bin/sh -e
2
35d714e3
CE
3if ! [ -e `domtool-config -path cert ca` ]; then
4 echo "domtool ca not found. Are you running this on the same machine as domtool-server?"
2ce8fb3f
AC
5 exit 1
6fi
7
385c3534
AC
8domtool-addcert $*
9domtool-addacl $*