Skip to content

Instantly share code, notes, and snippets.

@zimmertr
Created August 25, 2019 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zimmertr/c5c7ac0d1f49fdeafa497457edb260c0 to your computer and use it in GitHub Desktop.
Save zimmertr/c5c7ac0d1f49fdeafa497457edb260c0 to your computer and use it in GitHub Desktop.
# Automatically generated OpenVPN client config file
# Generated on Sun Aug 25 10:23:40 2019 by openvpn-5f9b6fc8f6-9k8k6
# Default Cipher
cipher AES-256-CBC
# Note: this config file contains inline private keys
# and therefore should be kept confidential!
# Note: this configuration is user-locked to the username below
# OVPN_ACCESS_SERVER_USERNAME=tj
# Define the profile name of this particular configuration file
# OVPN_ACCESS_SERVER_PROFILE=tj@vpn.tjzimmerman.com
# OVPN_ACCESS_SERVER_CLI_PREF_ALLOW_WEB_IMPORT=True
# OVPN_ACCESS_SERVER_CLI_PREF_BASIC_CLIENT=False
# OVPN_ACCESS_SERVER_CLI_PREF_ENABLE_CONNECT=True
# OVPN_ACCESS_SERVER_CLI_PREF_ENABLE_XD_PROXY=True
# OVPN_ACCESS_SERVER_WSHOST=vpn.tjzimmerman.com:9443
# OVPN_ACCESS_SERVER_WEB_CA_BUNDLE_START
# -----BEGIN CERTIFICATE-----
REDACTED
# -----END CERTIFICATE-----
# OVPN_ACCESS_SERVER_WEB_CA_BUNDLE_STOP
# OVPN_ACCESS_SERVER_IS_OPENVPN_WEB_CA=1
# OVPN_ACCESS_SERVER_ORGANIZATION=OpenVPN Inc
setenv FORWARD_COMPATIBLE 1
client
server-poll-timeout 4
nobind
remote vpn.tjzimmerman.com 1194 udp
remote vpn.tjzimmerman.com 1194 udp
remote vpn.tjzimmerman.com 9443 tcp
remote vpn.tjzimmerman.com 1194 udp
remote vpn.tjzimmerman.com 1194 udp
remote vpn.tjzimmerman.com 1194 udp
remote vpn.tjzimmerman.com 1194 udp
remote vpn.tjzimmerman.com 1194 udp
dev tun
dev-type tun
ns-cert-type server
setenv opt tls-version-min 1.0 or-highest
reneg-sec 604800
sndbuf 0
rcvbuf 0
auth-user-pass
# NOTE: LZO commands are pushed by the Access Server at connect time.
# NOTE: The below line doesn't disable LZO.
comp-lzo no
verb 3
setenv PUSH_PEER_INFO
<ca>
-----BEGIN CERTIFICATE-----
REDACTED
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
REDACTED
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
REDACTED
-----END PRIVATE KEY-----
</key>
key-direction 1
<tls-auth>
#
# 2048 bit OpenVPN static key (Server Agent)
#
-----BEGIN OpenVPN Static key V1-----
REDACTED
-----END OpenVPN Static key V1-----
</tls-auth>
## -----BEGIN RSA SIGNATURE-----
REDACTED
## -----END RSA SIGNATURE-----
## -----BEGIN CERTIFICATE-----
REDACTED
## -----END CERTIFICATE-----
## -----BEGIN CERTIFICATE-----
REDACTED
## -----END CERTIFICATE-----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment