diff --git a/openvpn-install.sh b/openvpn-install.sh index 4df5783..de5c03e 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -454,7 +454,7 @@ else client=$(sed 's/[^0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_-]/_/g' <<< "$unsanitized_client") done cd /etc/openvpn/server/easy-rsa/ - EASYRSA_CERT_EXPIRE=3650 ./easyrsa build-client-full "$client" nopass + EASYRSA_CERT_EXPIRE=3650 ./easyrsa build-client-full "$client" # Generates the custom client.ovpn new_client echo