############################################## # Sample client-side OpenVPN 2.0 config file # # for connecting to multi-client server. # # # # This configuration can be used by multiple # # clients, however each client should have # # its own cert and key files. # # # # On Windows, you might want to rename this # # file so it has a .ovpn extension # ############################################## # Specify that we are a client and that we # will be pulling certain config file directives # from the server. client # Use the same setting as you are using on # the server. # On most systems, the VPN will not function # unless you partially or fully disable # the firewall for the TUN/TAP interface. ;dev tap dev tun # Windows needs the TAP-Win32 adapter name # from the Network Connections panel # if you have more than one. On XP SP2, # you may need to disable the firewall # for the TAP adapter. ;dev-node MyTap # Are we connecting to a TCP or # UDP server? Use the same setting as # on the server. proto udp # The hostname/IP and port of the server. # You can have multiple remote entries # to load balance between the servers. remote vpntsc.upc.edu 1195 # tls-remote vpntsc.upc.edu route-method exe # Keep trying indefinitely to resolve the # host name of the OpenVPN server. Very useful # on machines which are not permanently connected # to the internet such as laptops. resolv-retry infinite # Most clients don't need to bind to # a specific local port number. nobind # Try to preserve some state across restarts. persist-key persist-tun comp-lzo cipher AES-256-CBC data-ciphers AES-256-CBC auth SHA512 tls-version-min 1.2 tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384 verb 3 auth-user-pass -----BEGIN CERTIFICATE----- MIIDPjCCAiagAwIBAgIJAOhJ8S23iu2UMA0GCSqGSIb3DQEBCwUAMBkxFzAVBgNV BAMTDnZwbnRzYy51cGMuZWR1MB4XDTIyMDYwMzA2NTkyM1oXDTMyMDUzMTA2NTky M1owGTEXMBUGA1UEAxMOdnBudHNjLnVwYy5lZHUwggEiMA0GCSqGSIb3DQEBAQUA A4IBDwAwggEKAoIBAQDNvv07AfBQ8u+WYTxyOsJUgAbfqNtRaRiv6/jKbktO2adu IFRSz8NTY9DA7oeo5VyVwfxCTDbmRrZuxa92k/tA7xgOLLiQBqzEOXrf/nfdpEQP 86aywx1EbVkupEC8PtuIEmE7vhR1VeIxZbwd7IOey+lGEA3T3cE1mp9BzBwVvVzI I8G9NyMogWioKUVZN9PszD9zVpIss9FVa4Z7+RYDRa8DbuSOx5RvKIWwlrnzA/IU ZxVCaprrq6MX/AceZZkz8xfLa8eQ78tyXZSs82uow5zCHcbhtW80lvIXG53+KEa0 LpquhYfqp17xC6uZfB+eW+8/wlNQMd7k/JDzYcYfAgMBAAGjgYgwgYUwDAYDVR0T BAUwAwEB/zAdBgNVHQ4EFgQUUrUbazwQsRPqRri6b5GXI+ax5KcwSQYDVR0jBEIw QIAUUrUbazwQsRPqRri6b5GXI+ax5KehHaQbMBkxFzAVBgNVBAMTDnZwbnRzYy51 cGMuZWR1ggkA6EnxLbeK7ZQwCwYDVR0PBAQDAgEGMA0GCSqGSIb3DQEBCwUAA4IB AQCXLsJqJgPGeR+0dzKJFvyx8p6Rfv+JBQx05f+Evgke5Ajwd+Nu5tzO+9wdnC34 hv55MXZ6kvT6GjmcyfDZIrCxR/akqygn4oQoNLx/fZGNBqkyhayQCZ8XNt6VpV5l Vd4+rGamiub3GEn1OPIt0EdfvwSmM/e/taUBeaJFEma03AElGx/BLkMU7U1RojWY NBe9i4HIOTXwqhnCH3xJC/w27WtylAWtm1CN+V7UrSZKNcogDriOL4W2o9LbSfqg wDxgfFAqeE8Qoc2LdBJBvTVXsvrHF5M71n7r0pvaPPkYpHFqLXXgAqYK7W8HQjiC 1InJPg6XM+bNkmWwi8bfTXEh -----END CERTIFICATE-----