moe.ovpn
#########################################
# Sample client-side OpenVPN config file
# for connecting to multi-client server.
#
# The server can be pinged at 10.8.0.1.
#
# This configuration can be used by multiple
# clients, however each client should have
# its own cert and key files.
#
# tap-style tunnel
port 5000
dev tap
remote 1.2.3.4
# TLS parms
tls-client
ca config/ca.crt <== WRONG! * fixed by using ca c:\\program files\\openvpn\\config\\ca.crt or ca ca.crt
cert config/lappy.crt <== WRONG! * fixed by using cert c:\\program files\\openvpn\\config\\lappy.crt or cert lappy.crt
key config/lappy.key <== WRONG! * fixed by using key c:\\program files\\openvpn\\config\\lappy.key or key lappy.key
<== Note. * It would have worked without the config/ and just the name. ie. key lappy.key
# This parm is required for connecting
# to a multi-client server. It tells
# the client to accept options which
# the server pushes to us.
pull
verb 9