aboutsummaryrefslogtreecommitdiffstats
path: root/config/openvpn-client-export
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't include a pkcs12 line in the Viscosity config, it uses individual ↵jim-p2013-11-122-2/+2
| | | | ca/cert/key lines and not pkcs12.
* Disable "verify-x509-name" in some cases. It can cause problems with ↵jim-p2013-11-112-2/+4
| | | | auth-only setups, and also with Yealink/Snom phones since they are stuck on an older OpenVPN version that does not support this feature.
* Allow the client export package to properly match the compression setting on 2.2jim-p2013-10-312-3/+9
|
* Version bump for OpenVPN Client Exportjim-p2013-10-311-1/+1
|
* tls-remote is deprecated, use verify-x509-name, which also works on the iOS ↵jim-p2013-10-311-2/+2
| | | | client so no need to exclude it from getting the line either.
* Add auth line to client config if configured on the server (drop-down is ↵jim-p2013-10-311-0/+4
| | | | there to set it in master/2.2)
* Add an "Automatic" multi-wan option to the client export package that will ↵jim-p2013-10-233-21/+116
| | | | look for and use port forwards targeting this instance rather than the IP directly. This way you can bind to LAN or localhost, port forward on all WANs to the LAN IP:port, and then the export will include remote lines for every port forward it finds. Also works to forward multiple ports at the same instance.
* Use OpenVPN Manager client management port if specified for the server concernedPhil Davis2013-08-251-2/+7
| | | | | | If the OpenVPN server has the client management port field specified, then use that port number when generating the OpenVPN Manager client config file, otherwise use the default of "166". See: forum.pfsense.org/index.php/topic,63668.0.html Discussion: https://github.com/jochenwierum/openvpn-manager/issues/17 Related pull request on pfsense repo: https://github.com/pfsense/pfsense/pull/783
* RFC2136 hostnames should also be listed as choices for openvpn client export ↵jim-p2013-07-152-1/+6
| | | | hostnames.
* Replace spaces in a CN with _ in filenames when exporting an OpenVPN client. ↵jim-p2013-07-142-3/+3
| | | | Also only use a CN if there isn't a username to use instead. Unbreaks Windows Installer export with spaces in CN.
* Properly handle filenames containing spaces when exporting an archive. Fixes ↵jim-p2013-07-111-4/+8
| | | | #2856
* When we don't need a client cert, add a line to tell the client that we ↵jim-p2013-07-111-0/+3
| | | | don't need a client cert, or else the OpenVPN Connect app will try to force the user to pick one.
* Add Proxy Type OptionN0YB2013-06-061-10/+12
| | | | Allow UPD protocol with socks proxy
* Add Proxy Type OptionN0YB2013-06-061-1/+1
|
* Add Proxy Type OptionN0YB2013-06-061-14/+31
|
* Add Proxy Type OptionN0YB2013-06-052-7/+30
|
* Attempt to fix openvpn client export http proxy password entry.jim-p2013-05-012-2/+2
|
* fix typo/wording.jim-p2013-04-271-1/+1
|
* We are crafting a URL, not user output. Use & not & here. Unbreaks export.jim-p2013-02-061-16/+16
|
* Update HTML code in OpenVPN ExportColin Fleming2013-02-063-134/+139
| | | | | | Tidied up the javascript tag, deprecated the ampersand and escaped the slashes, added summary to tables, added missing end table cell removed duplicate width.
* Do not mix OpenVPN's secure modesbcyrill2013-01-272-2/+2
|
* Reword inline config link for iOS since that same client also exists for ↵jim-p2013-01-232-10/+24
| | | | Android with the same quirks. Provide a list of commonly used clients with download links at the bottom of the export page.
* Update OpenVPN Client Export again, rearrange options to make them more ↵jim-p2013-01-223-45/+84
| | | | clear/easy to follow. Also bump version and promote package status to reflect how stable it has become.
* Fix up the inline config format a little to make Android and iOS both happy.jim-p2013-01-172-17/+11
|
* The 2.3 client is no longer beta.jim-p2013-01-151-6/+6
|
* Don't offer a server certificate to export. It doesn't work, and can just ↵jim-p2013-01-071-1/+1
| | | | lead to confusion.
* Normalize line endingsjim-p2012-12-191-92/+92
|
* Merge pull request #339 from PiBa-NL/openvpn-client-export-certchecksJim P2012-11-241-13/+22
|\ | | | | openvpn-client-export, better error reporting on unsupported OpenVPN configurations
| * removed purpose checking because: "Certs created before 2.0.1 can have the ↵PiBa-NL2012-11-241-6/+0
| | | | | | | | "wrong" purpose but we should not invalidate them."
| * openvpn-client-export, better checking/error reporting on ↵PiBa-NL2012-11-241-13/+28
| | | | | | | | unsupported/illogical OpenVPN configurations
* | openvpn-client-export, use certificate common-name in the exported files ↵PiBa-NL2012-11-241-6/+5
| | | | | | | | filenames.
* | openvpn-client-export, use certificate common-name in the exported files ↵PiBa-NL2012-11-212-6/+8
|/ | | | filenames.
* openvpn-client-export, added option to include OpenVPNManager in windows ↵PiBa-NL2012-11-054-52/+299
| | | | setup, this solves the issues with Windows7/Vista client machines where elevated permissions are required by running OpenVPN as a service.
* Write client install exe to temp dirPhil Davis2012-10-031-4/+4
| | | The code did not work on nanobsd, due to $workdir templates being on a read-only mount point. The appropriate $client_install_exe needs to be written straight to $tempdir rather than first done in $workdir templates. And also we don't want to be writing to $workdir templates every time we make a client install package for someone.
* Add export option for OpenVPN 2.3 beta client as well as the existing one.jim-p2012-10-022-11/+39
|
* Make quoting the server CN optional since it seems to break more clients ↵jim-p2012-09-183-14/+52
| | | | than it fixes; Add a third Yealink variant.
* Enclose this in quotes, since it may contain spaces. Otherwise, openvpn will ↵jim-p2012-08-092-2/+2
| | | | choke on it.
* Fix inline client exportjim-p2012-08-092-1/+3
|
* Update config/openvpn-client-export/openvpn-client-export.incdhatz2012-08-091-1/+1
|
* Teach the OpenVPN Client Export package how to make config archives for ↵jim-p2012-08-033-1/+96
| | | | Yealink T28, Yealink T38g, and SNOM SIP handsets.
* Version bump for openvpn client export.jim-p2012-07-011-1/+1
|
* Add inline config format that the openvpn client for android likes (ca, ↵jim-p2012-07-012-49/+88
| | | | cert, key, tls-auth inside single config file) to the export package.
* Generalize this variable namejim-p2012-06-302-11/+12
|
* Move this common code into a function.jim-p2012-06-301-86/+25
|
* client export code cleanup. Remove a bunch of redundant/duplicate code.jim-p2012-06-302-175/+36
|
* Fix braces around variable - Fixes #2429jim-p2012-05-141-1/+1
|
* The client export was missing a newline after the ns-cert-type which would ↵Leroux Cifer2012-05-021-1/+1
| | | | thus mess up comp-lzo and such afterwards.
* Fix syntax errorjim-p2012-04-041-2/+2
|
* Handle a blank hostname a bit more gracefully when exporting OpenVPN.jim-p2012-04-041-3/+5
|
* openvpn-client-export - remove unnecessary menu optionmarcelloc2011-12-191-6/+0
|