Merge pull request #351 from w2ak/master
ovpn_getclient: key-direction before tls-auth
This commit is contained in:
commit
d5497ba74a
@ -58,10 +58,10 @@ $(openssl x509 -in $EASYRSA_PKI/issued/${cn}.crt)
|
|||||||
<ca>
|
<ca>
|
||||||
$(cat $EASYRSA_PKI/ca.crt)
|
$(cat $EASYRSA_PKI/ca.crt)
|
||||||
</ca>
|
</ca>
|
||||||
|
key-direction 1
|
||||||
<tls-auth>
|
<tls-auth>
|
||||||
$(cat $EASYRSA_PKI/ta.key)
|
$(cat $EASYRSA_PKI/ta.key)
|
||||||
</tls-auth>
|
</tls-auth>
|
||||||
key-direction 1
|
|
||||||
"
|
"
|
||||||
elif [ "$mode" == "separated" ]; then
|
elif [ "$mode" == "separated" ]; then
|
||||||
echo "
|
echo "
|
||||||
|
Loading…
Reference in New Issue
Block a user