change server config to tls-crypt instead of tls-auth
This commit is contained in:
parent
b6de5e4a40
commit
9b23df2a6a
@ -324,8 +324,8 @@ key $EASYRSA_PKI/private/${OVPN_CN}.key
|
|||||||
ca $EASYRSA_PKI/ca.crt
|
ca $EASYRSA_PKI/ca.crt
|
||||||
cert $EASYRSA_PKI/issued/${OVPN_CN}.crt
|
cert $EASYRSA_PKI/issued/${OVPN_CN}.crt
|
||||||
dh $EASYRSA_PKI/dh.pem
|
dh $EASYRSA_PKI/dh.pem
|
||||||
tls-auth $EASYRSA_PKI/ta.key
|
tls-crypt $EASYRSA_PKI/ta.key
|
||||||
key-direction 0
|
#key-direction 0
|
||||||
keepalive $OVPN_KEEPALIVE
|
keepalive $OVPN_KEEPALIVE
|
||||||
persist-key
|
persist-key
|
||||||
persist-tun
|
persist-tun
|
||||||
|
Loading…
Reference in New Issue
Block a user