I have successfully installed in on my firewall, the only thing is that the style is little bit off but I don’t care, I saves me a lot of time. I don’t remember exactly how I did it, but I will look it up tomorrow at work and post back.
cd /usr/local/pkg/
fetch https://packages.pfsense.org/packages/config/openvpn-client-export/openvpn-client-export.inc
fetch https://files.pfsense.org/packages/openvpn-client-export/openvpn-client-export-2.3.6.tgz
chmod 077 openvpn*
cd /usr/local/www/
fetch https://packages.pfsense.org/packages/config/openvpn-client-export/vpn_openvpn_export.php
fetch https://packages.pfsense.org/packages/config/openvpn-client-export/vpn_openvpn_export_shared.php
chmod 077 vpn_openvpn*
mkdir /etc/inc
mkdir /etc/inc/priv
cd /etc/inc/priv
fetch https://packages.pfsense.org/packages/config/openvpn-client-export/openvpnexport.inc
chmod 077 openvpnexport.inc
Perfect, thanks, that's something to work with. I'll ponder a bit about how I can wrap this up as an easy to install test package.Small improvement: if you need /etc/inc make it a soft-link to /usr/local/etc/inc where the include files reside now.# ln -s /usr/local/etc/inc /etc/inc