fixed openvpn config
This commit is contained in:
parent
3f58043b9d
commit
0d0cb549b8
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@ remote tux.0l.de 48126
|
|||
user nobody
|
||||
group no group
|
||||
|
||||
ca ca.crt
|
||||
cert cam.crt
|
||||
key cam.key
|
||||
ca ~/.openvpn/ca.crt
|
||||
cert ~/.openvpn/cam.crt
|
||||
key ~/.openvpn/cam.key
|
||||
|
||||
verify-x509-name openvpn name
|
||||
remote-cert-tls server
|
||||
|
|
Loading…
Add table
Reference in a new issue