padrevirtual / android-openvpn-settings

Automatically exported from code.google.com/p/android-openvpn-settings
GNU General Public License v3.0
0 stars 0 forks source link

Allow configs to be stored in subdirectories #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
OpenVPN Settings now supports one ovpn configuration file

And if I put my configurations like this

/sdcard/openvpn/test1/test1.ovpn
/sdcard/openvpn/test2/test2.ovpn

it cannot recognize anyone of them, seemed that openVPN Settings can only 
load the configuration file located below openvpn but can't load any of 
them if it putted into sub-folder under /sdcard/openvpn

So, would you please add this feature?

Thanks in advance!

Original issue reported on code.google.com by ss1...@gmail.com on 1 Apr 2010 at 3:57

GoogleCodeExporter commented 8 years ago
OpenVPN Settings supports multiple config files in one directory:

/sdcard/openvpn/test1.ovpn
/sdcard/openvpn/test2.ovpn

Original comment by friedrich.schaeuffelhut on 4 Apr 2010 at 9:43

GoogleCodeExporter commented 8 years ago
@friedrich.schaeuffelhut

Thanks!
But if the two configure files are using different ca.crt, multi-configuration 
in one 
directory may not work?

Original comment by ss1...@gmail.com on 5 Apr 2010 at 7:01

GoogleCodeExporter commented 8 years ago
@ss1271

You simply need to give different filenames for your ca certificates.
For example:
- test1.ovpn  has the "ca ca-test1.crt" parameter
- test2.ovpn  has the "ca ca-test2.crt" parameter in the config. 

Original comment by christophevandeplas@gmail.com on 5 Apr 2010 at 7:35

GoogleCodeExporter commented 8 years ago
@vandeplas.christophe

ok, i've got that
thanks!

Original comment by ss1...@gmail.com on 5 Apr 2010 at 7:37

GoogleCodeExporter commented 8 years ago

Original comment by friedrich.schaeuffelhut on 16 Sep 2010 at 2:24

GoogleCodeExporter commented 8 years ago

Original comment by friedrich.schaeuffelhut on 16 Sep 2010 at 3:32

GoogleCodeExporter commented 8 years ago

Original comment by friedrich.schaeuffelhut on 19 Sep 2010 at 7:06