Skip to content

Instantly share code, notes, and snippets.

@JCotton1123
Created October 4, 2014 02:33
Show Gist options
  • Save JCotton1123/097de56d60680379995c to your computer and use it in GitHub Desktop.
Save JCotton1123/097de56d60680379995c to your computer and use it in GitHub Desktop.
OpenVPN client settings
# Daemon options
verb 3
client
# Connection options
dev tun
remote <ip address> <port>
resolv-retry infinite
nobind
persist-key
persist-tun
# SSL options
ca ca.crt
cert client.crt
key client.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment