Skip to content
Snippets Groups Projects
Commit e5fd319f authored by Kali Kaneko's avatar Kali Kaneko
Browse files

add tls tests

parent db6622dd
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
set -x
sudo openvpn \
--verb 3 \
--dev tun --client --tls-client \
--cipher $CIPHER \
--remote-cert-tls server --tls-version-min 1.2 \
--ca /tmp/ca.crt --cert /tmp/cert.pem --key /tmp/cert.pem \
--pull-filter ignore ifconfig-ipv6 \
--pull-filter ignore route-ipv6 \
--pull-filter ignore route \
--tls-cipher $TLS \
--remote $GW $PORT $PROTO
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment