search for: openvpn_client

Displaying 1 result from an estimated 1 matches for "openvpn_client".

2007 Oct 28
9
openvpn recipe: comments, suggestions, help
...n/ca.crt", ensure => present, mode => 0640, owner => root, group => root, require => [ File["/etc/openvpn/keys"], PACKAGE["openvpn"] ], } } # openvpn_base define openvpn_client($server, $server_host, $port, $network) { $what = "client" $remote = "remote $server_host\n" $localip = "$network.2" $remoteip = "$network.1" $tun = "$server" $tls = "tls-client\ntls-re...