#!/bin/sh fetch -o /tmp/easyrsa4pfsense.tgz \ http://www.pfsense.com/~sullrich/tools/easyrsa4pfsense.tgz tar xzvpf /tmp/easyrsa4pfsense.tgz -C /root/ echo echo echo echo echo "Scroll down and update the default locale values" echo "Sleeping for 10" sleep 10 echo "Sleeping for 5, please wait" sleep 5 vi /root/easyrsa4pfsense/vars rm /tmp/easyrsa4pfsense.tgz cd /root/easyrsa4pfsense && ./PFSENSE_RUN_ME_FIRST echo echo echo echo echo "Certificate run complete." echo echo "Please check /root/easyrsa4pfsense/keys for the output keys." echo echo "To build additional client certificates" echo echo "run this command (# where XXXX is the client number):" echo echo "cd /root/easyrsa4pfsense && ./build-key clientXXXX" echo echo