I was looking at the docs and I couldn't find anything regarding certificate (trust) when it comes to API. Is this not available in latest version and if it's not, is there any plans for the certificate management via API for the near future?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: franco on March 13, 2015, 01:55:42 PM
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
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
Quote from: franco on February 22, 2015, 09:10:41 AMI got it to run (15.7) on my Watchguard x750e on 60GB IDE HDD. Currently getting it ready for production (recreating all of the firewall rules an other configurations). The only thing is that the LCD just displaying "Booting OS" and NICs LEDs are not functioning correctly (blinking only when there is activity on that port) but thats has to do with FreeBSD and Wachguard hardware. I will fix that and report back for other people.
I'm inclined to say try a stable 15.1 if you can, but 15.7 is certainly a good idea for production systems. Cheers. :)