Created
August 25, 2019 18:51
-
-
Save zimmertr/d78c85567a3b008a76124a280ed55e64 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
# [email protected] | |
# 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=24.18.133.202: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 24.18.133.202 1194 udp | |
remote 24.18.133.202 1194 udp | |
remote 24.18.133.202 9443 tcp | |
remote 24.18.133.202 1194 udp | |
remote 24.18.133.202 1194 udp | |
remote 24.18.133.202 1194 udp | |
remote 24.18.133.202 1194 udp | |
remote 24.18.133.202 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