26 lines
312 B
Plaintext
26 lines
312 B
Plaintext
client
|
|
dev tun
|
|
proto udp
|
|
remote 10.60.0.3 1194 # ip da vpn gateway
|
|
persist-tun
|
|
persist-key
|
|
|
|
# certificados
|
|
ca ca.crt
|
|
cert user.crt
|
|
key user.key
|
|
|
|
# criamos key
|
|
# crismos csr resquest
|
|
# -> gateway
|
|
# el certificado
|
|
# -> user
|
|
|
|
# 2FA
|
|
auth-user-pass
|
|
cipher AES-256-GCM
|
|
auth SHA256
|
|
|
|
tls-auth ta.key 1
|
|
key-direction 1
|