summaryrefslogtreecommitdiff
path: root/ics-openvpn-stripped/main/openvpn/sample/sample-config-files/loopback-client
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-12-12 18:02:40 +0100
committerParménides GV <parmegv@sdf.org>2014-12-12 18:04:08 +0100
commit97aded26654ede8204a313dd6967b678a72a2a10 (patch)
tree5c519d75774eff664df41881777cbae171caddf5 /ics-openvpn-stripped/main/openvpn/sample/sample-config-files/loopback-client
parent0e7e4005460964cf8dac080e3d99e1df2a1bdc4d (diff)
Updated ics-openvpn to last rev 14 Nov 2014.
Material design! It still doesn't run properly on my tablet, openvpn keeps getting down and exiting.
Diffstat (limited to 'ics-openvpn-stripped/main/openvpn/sample/sample-config-files/loopback-client')
-rw-r--r--ics-openvpn-stripped/main/openvpn/sample/sample-config-files/loopback-client25
1 files changed, 0 insertions, 25 deletions
diff --git a/ics-openvpn-stripped/main/openvpn/sample/sample-config-files/loopback-client b/ics-openvpn-stripped/main/openvpn/sample/sample-config-files/loopback-client
deleted file mode 100644
index d7f59e69..00000000
--- a/ics-openvpn-stripped/main/openvpn/sample/sample-config-files/loopback-client
+++ /dev/null
@@ -1,25 +0,0 @@
-# Perform a TLS loopback test -- client side.
-#
-# This test performs a TLS negotiation once every 10 seconds,
-# and will terminate after 2 minutes.
-#
-# From the root directory of the OpenVPN distribution,
-# after openvpn has been built, run:
-#
-# ./openvpn --config sample-config-files/loopback-client (In one window)
-# ./openvpn --config sample-config-files/loopback-server (Simultaneously in another window)
-
-rport 16000
-lport 16001
-remote localhost
-local localhost
-dev null
-verb 3
-reneg-sec 10
-tls-client
-ca sample-keys/ca.crt
-key sample-keys/client.key
-cert sample-keys/client.crt
-cipher DES-EDE3-CBC
-ping 1
-inactive 120 10000000