#!/bin/sh

#
# Build a root certificate
#

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