diff --git a/openvpn-install.sh b/openvpn-install.sh index a31713a..5260077 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -1089,7 +1089,10 @@ function newClient() { ./easyrsa build-client-full "$CLIENT" nopass ;; 2) - echo "⚠️ You will be asked for the client password below ⚠️" + echo -e "\n\n⚠️ You will be asked for the client password below ⚠️" + echo "this is a random password generated" + echo `openssl rand -base64 $(shuf -i13-17 -n1) || tr -dc A-Za-z0-9