From 9b23df2a6a07ccc5840c84e85cc6248486a928cd Mon Sep 17 00:00:00 2001 From: lawtancool <26829131+lawtancool@users.noreply.github.com> Date: Fri, 21 Feb 2020 21:16:30 -0800 Subject: [PATCH] change server config to tls-crypt instead of tls-auth --- bin/ovpn_genconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ovpn_genconfig b/bin/ovpn_genconfig index c2ebca6..94f07fe 100755 --- a/bin/ovpn_genconfig +++ b/bin/ovpn_genconfig @@ -324,8 +324,8 @@ key $EASYRSA_PKI/private/${OVPN_CN}.key ca $EASYRSA_PKI/ca.crt cert $EASYRSA_PKI/issued/${OVPN_CN}.crt dh $EASYRSA_PKI/dh.pem -tls-auth $EASYRSA_PKI/ta.key -key-direction 0 +tls-crypt $EASYRSA_PKI/ta.key +#key-direction 0 keepalive $OVPN_KEEPALIVE persist-key persist-tun