1#!/bin/sh
2
3#
4# Build a root certificate
5#
6
7export EASY_RSA="${EASY_RSA:-.}"
8"$EASY_RSA/pkitool" --initca $*
9