File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ key $EASYRSA_PKI/private/${OVPN_CN}.key
324324ca $EASYRSA_PKI /ca.crt
325325cert $EASYRSA_PKI /issued/${OVPN_CN} .crt
326326dh $EASYRSA_PKI /dh.pem
327- tls-auth $EASYRSA_PKI /ta.key
327+ tls-crypt $EASYRSA_PKI /ta.key
328328key-direction 0
329329keepalive $OVPN_KEEPALIVE
330330persist-key
Original file line number Diff line number Diff line change @@ -59,16 +59,16 @@ $(openssl x509 -in $EASYRSA_PKI/issued/${cn}.crt)
5959$( cat $EASYRSA_PKI /ca.crt)
6060</ca>
6161key-direction 1
62- <tls-auth >
62+ <tls-crypt >
6363$( cat $EASYRSA_PKI /ta.key)
64- </tls-auth >
64+ </tls-crypt >
6565"
6666 elif [ " $mode " == " separated" ]; then
6767 echo "
6868key ${cn} .key
6969ca ca.crt
7070cert ${cn} .crt
71- tls-auth ta.key 1
71+ tls-crypt ta.key 1
7272"
7373 fi
7474
You can’t perform that action at this time.
0 commit comments