21 lines
323 B
Plaintext
21 lines
323 B
Plaintext
client
|
|
dev tun
|
|
proto udp
|
|
remote 10.60.0.3 1194 # ip da vpn gateway
|
|
persist-tun
|
|
persist-key
|
|
|
|
# certificados
|
|
ca /etc/openvpn/client/ca.crt
|
|
cert /etc/openvpn/client/user.crt
|
|
key /etc/openvpn/client/user.key
|
|
|
|
# auth
|
|
cipher AES-256-GCM
|
|
auth SHA256
|
|
|
|
auth-user-pass
|
|
tls-auth /etc/openvpn/client/ta.key 1
|
|
|
|
remote-cert-tls server
|