# Specify that we are a client client # Use tun interface dev tun # Use protocol tcp proto tcp # Specify cloud.xeoma.com server and 1194 port remote cloud.xeoma.com 1194 # Specify certificate ca cloud.ca.crt client-cert-not-required #verify-client-cert none # Select a cryptographic cypher cipher AES-256-CBC # Do not bind to a specific local port nobind # Preserve some state across restarts #persist-key #persist-tun reneg-sec 0 # Specify verbosity level verb 3 # Specify the path to the authentication file auth-user-pass "C:\\OpenVPN\\config\\authentication.txt"