hcoop: allow proxying to marsh
[hcoop/domtool2.git] / scripts / domtool-adduser
... / ...
CommitLineData
1#!/bin/sh -e
2
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?"
5 exit 1
6fi
7
8domtool-addcert $*
9domtool-addacl $*