client
dev tun
proto udp

#remote your.domain.com 1194
remote 192.168.1.1 1194

nobind

### (optional) degrade privileges to this user and group after initialization
#user nobody
#group nogroup
#files for client:
#laptop_client1.crt  laptop_client1.key
ca /etc/openvpn/FreelockDemo-cacert.crt
cert /etc/openvpn/laptop_client1.crt
key /etc/openvpn/laptop_client1.key
### (optional) use a shared key to initialize TLS negotiation
#tls-auth /etc/openvpn/shared.key

### (optional) compression (use only if the server has it)
comp-lzo
