|
|
Hi All, I am about to implement a multi-client installation with a mixture of client machines (PC, linux, and maybe even Mac). One thing I have noticed is that I am having to modify the client script to match the requirements of the platform. One solution is to keep multiple copies of the client-config file, one per platform. Another is to build a script that generates or modifies a base script. My suggestion is to add some form of specifying the pathname to the various TLS files in a single location, and refer to it symbolically. To avoid the issues of pathname separator altogether, one could default the path. Something like: set HOME=c:\\Program\ Files\\ ca my-ca.crt tls-auth tls-auth.crt would prepend $HOME/ to each file name. Alternatively: set HOME=/etc/openvpn ca $HOME/my-ca.crt tls-auth $HOME/tls-auth.crt and just translate '/' to '\\' as required. Cheers! Nik ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-02/msg00071.html on line 199 Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-02/msg00071.html on line 199 |