From dbc54eb8804b2fa041c54700fb9fbb83c50400ef Mon Sep 17 00:00:00 2001 From: lawtancool <26829131+lawtancool@users.noreply.github.com> Date: Sat, 22 Jun 2019 21:51:41 -0700 Subject: [PATCH] remove x509-types copying from ovpn_genclientcert --- bin/ovpn_genclientcert | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/ovpn_genclientcert b/bin/ovpn_genclientcert index 3f9a6c0..7d38641 100644 --- a/bin/ovpn_genclientcert +++ b/bin/ovpn_genclientcert @@ -21,11 +21,9 @@ tar xvf EasyRSA-unix-v3.0.6.tgz export EASYRSA="EasyRSA-v3.0.6/" export EASYRSA_SSL_CONF="EasyRSA-v3.0.6/openssl-easyrsa.cnf" -#cp -r EasyRSA-v3.0.6/x509-types/ x509-types/ EasyRSA-v3.0.6/easyrsa build-client-full $CLIENTNAME $PASSWORD # Remove EasyRSA files when we're done rm -r EasyRSA-v3.0.6/ rm EasyRSA-unix-v3.0.6.tgz -rm -r x509-types/