Skip to content

Instantly share code, notes, and snippets.

@Elijen
Created March 27, 2020 21:20
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 Elijen/5e8f6ca1900ebf3fb5fd83a9342937fc to your computer and use it in GitHub Desktop.
Save Elijen/5e8f6ca1900ebf3fb5fd83a9342937fc to your computer and use it in GitHub Desktop.
CVUT FEL VPN
client
dev tap
proto udp
remote vpn.fel.cvut.cz
port 1196
resolv-retry infinite
nobind
route-gateway dhcp
redirect-gateway def1
tls-client
verify-x509-name "vpn.fel.cvut.cz" name
remote-cert-eku "TLS Web Server Authentication"
persist-key
persist-tun
auth-user-pass
auth SHA1
cipher AES-256-CBC
keysize 256
key-direction 1
reneg-sec 36000
pull
push-peer-info
keepalive 10 120
verb 4
<tls-auth>
-----BEGIN OpenVPN Static key V1-----
...certifikat...
-----END OpenVPN Static key V1-----
</tls-auth>
<ca>
-----BEGIN CERTIFICATE-----
...certifikat...
-----END CERTIFICATE-----
</ca>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment