SYSTEM WARNING: 'file_get_contents(https://www.clearos.com/?rendertype=json&get=header): failed to open stream: Connection refused' in '/var/www/virtual/newwrapper/cf_topmenu.inc' line 5

ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000983ClearOSapp-openvpn - OpenVPNpublic2013-02-15 11:292019-04-25 08:29
Reporterdloper 
Assigned To 
PrioritylowSeverityfeatureReproducibilityalways
StatusclosedResolutionsuspended 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000983: Add app to create customizable templates to OpenVPN config file.
DescriptionAn app should exist to make customizable .ovpn files for downloads. Basically the app will make additional objects in the pulldown which now allows for Windows, Mac, Linux. These template files will be used in place of these three.

Each object will have a name (no spaces or special characters) which will be the name in the pulldown list and also the name of the file in whatever directory (e.g. /etc/openvpn/client-templates/templatename.webconfig) will house the data for the custom template.

The config will look exactly like the variable in /usr/clearos/apps/openvpn/libraries/OpenVPN.php public function get_client_configuration() and users by have a template to get started which reflects the Mac, Windows, and Linux templates:

"client^M
remote $host $port^M
dev tun^M
proto $protocol^M
resolv-retry infinite^M
nobind^M
persist-key^M
persist-tun^M
ca ca-cert.pem^M
cert client-" . $file_id . "-cert.pem^M
key client-" . $file_id . "-key.pem^M
ns-cert-type server^M
comp-lzo^M
verb 3^M
auth-user-pass^M
";
TagsNo tags attached.
Attached Files

- Relationships


- Issue History
Date Modified Username Field Change
2013-02-15 11:29 dloper New Issue
2013-02-16 14:53 user2 Status new => confirmed
2015-05-25 05:10 user2 Target Version Future =>
2019-04-25 08:29 NickH Note Added: 0011741
2019-04-25 08:29 NickH Status confirmed => closed
2019-04-25 08:29 NickH Resolution open => suspended

SYSTEM WARNING: 'file_get_contents(https://www.clearos.com/?rendertype=json&get=footer): failed to open stream: Connection refused' in '/var/www/virtual/newwrapper/cf_footer.inc' line 7