#!/bin/sh

#
# Build a root certificate
#

export EASY_RSA="${EASY_RSA:-.}"
"/usr/sbin/pkitool" --batch --initca $*
