I need to generate a ovpn file using the OpenVPN API in a Java application, however I can\'t seem to find any information on this API. Does anyone have any experience or informa
Please check the following GitHub project openvpn-api. It is:
Simple OpenVPN API with capabilities limited to generating client certificates by wrapping easyrsa
written on golang. It is just a wrapper for openvpn commands, so it is easy to rewrite it on any other technology. Some basic commands could be found in the article How To Set Up an OpenVPN Server on Ubuntu 16.04.