Skip to content

Commit d5497ba

Browse files
authored
Merge pull request #351 from w2ak/master
ovpn_getclient: key-direction before tls-auth
2 parents 30fcd3c + 26589a1 commit d5497ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ovpn_getclient

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ $(openssl x509 -in $EASYRSA_PKI/issued/${cn}.crt)
5858
<ca>
5959
$(cat $EASYRSA_PKI/ca.crt)
6060
</ca>
61+
key-direction 1
6162
<tls-auth>
6263
$(cat $EASYRSA_PKI/ta.key)
6364
</tls-auth>
64-
key-direction 1
6565
"
6666
elif [ "$mode" == "separated" ]; then
6767
echo "

0 commit comments

Comments
 (0)