#!/bin/sh # # install script for easyrsa4pfsense # documentation here: # http://doc.pfsense.org/index.php/Easyrsa_for_pfSense # fetch -o /tmp/easyrsa4pfsense.tgz \ http://files.pfsense.org/misc/easyrsa4pfsense.tgz tar xzvpf /tmp/easyrsa4pfsense.tgz -C /root/ rm /tmp/easyrsa4pfsense.tgz echo echo echo echo echo "Files extracted. " echo echo "Now run the following to setup your CA and certificates:" echo "cd /root/easyrsa4pfsense && ./PFSENSE_RUN_ME_FIRST"