ndejong / pfsense_fauxapi

REST based API interface for pfSense 2.3.x and 2.4.x to facilitate devops
Apache License 2.0
354 stars 61 forks source link

User certificates OpenVPN client overrides #55

Open Gmoney221 opened 4 years ago

Gmoney221 commented 4 years ago

Are there any functions to do the following: 1) create a user certificate '/system_certmanager.php?act=new' 2) create an openvpn client specific override '/vpn_openvpn_csc.php?act=new' 3) exporting the client certificate package '/vpn_openvpn_export.php'

mikebeaton commented 4 years ago

If I could add to this list, it would be very useful to be able to get the info at /status_openvpn.php (i.e. who is currently connected) via the API too.