totp
This commit is contained in:
18
conf/client.conf
Normal file
18
conf/client.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user