Last active
June 12, 2017 20:03
-
-
Save NotoriousPyro/eb6897a92653aeaf47ad4276b33443c5 to your computer and use it in GitHub Desktop.
OpenVPN Client Configuration. See https://gist.github.com/NotoriousPyro/a64ec8ab88a992f9ce36cff44141000e
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
| client | |
| remote gateway.pyronexus.com 1194 | |
| proto udp | |
| dev tun0 | |
| resolv-retry infinite | |
| pkcs12 MyClientCertificate.p12 | |
| verify-x509-name 'C=GB, ST=Merseyside, L=Liverpool, O=PyroNexus, OU=PyroNexus.com, CN=gateway.pyronexus.com, emailAddress=craigcrawford1988@gmail.com' | |
| cipher AES-256-CBC | |
| auth SHA256 | |
| nobind | |
| verb 3 | |
| persist-key | |
| tls-client | |
| tls-auth gateway.pyronexus.com.tlsauth 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment