mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-12 01:07:11 +02:00
small path bug fixed
This commit is contained in:
parent
648f0b5d68
commit
41c6a6f0cd
@ -9,12 +9,10 @@ resolv-retry infinite
|
||||
nobind
|
||||
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-retry nointeract
|
||||
|
||||
ca /path/to/openvpn/config/keys/IPredator.se.ca.crt
|
||||
ca /etc/openvpn/ipredator/ca.crt
|
||||
|
||||
tls-client
|
||||
tls-auth /etc/openvpn/ta.key
|
||||
tls-auth /etc/openvpn/ipredator/ta.key
|
||||
ns-cert-type server
|
||||
remote-cert-tls server
|
||||
remote-cert-ku 0x00e0
|
||||
|
Loading…
Reference in New Issue
Block a user