c8497eeda99ada0f929d051066a1483a4d99b62e
[hcoop/domtool2.git] / scripts / domtool-adduser
1 #!/bin/sh -e
2
3 if ! [ -e /etc/domtool ]; then
4 echo "/etc/domtool not found. Are you running this on the same machine as domtool-server?"
5 exit 1
6 fi
7
8 domtool-addcert $*
9 domtool-addacl $*