summaryrefslogtreecommitdiff
path: root/main/openvpn/sample/sample-config-files/loopback-client
diff options
context:
space:
mode:
Diffstat (limited to 'main/openvpn/sample/sample-config-files/loopback-client')
m---------main/openvpn0
-rw-r--r--main/openvpn/sample/sample-config-files/loopback-client26
2 files changed, 0 insertions, 26 deletions
diff --git a/main/openvpn b/main/openvpn
new file mode 160000
+Subproject 7aaf01766f9718375986600216607aeb6397200
diff --git a/main/openvpn/sample/sample-config-files/loopback-client b/main/openvpn/sample/sample-config-files/loopback-client
deleted file mode 100644
index 7117307d..00000000
--- a/main/openvpn/sample/sample-config-files/loopback-client
+++ /dev/null
@@ -1,26 +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
-remote-cert-tls server
-ca sample-keys/ca.crt
-key sample-keys/client.key
-cert sample-keys/client.crt
-tls-auth sample-keys/ta.key 1
-ping 1
-inactive 120 10000000