From 35fdb6979cc64ab5ceb1058651f8edbaa00c12d0 Mon Sep 17 00:00:00 2001 From: cezar97 <34601855+cezar97@users.noreply.github.com> Date: Sat, 3 Mar 2018 18:26:52 +0000 Subject: [PATCH] Use a different client name for new users Commit 501f8a9b36d66659866d773d6eb7a6abf7e66579 --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 731e47a..86e5817 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -118,7 +118,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then echo "" echo "Tell me a name for the client cert" echo "Please, use one word only, no special characters" - read -p "Client name: " -e -i client CLIENT + read -p "Client name: " -e -i newclient CLIENT cd /etc/openvpn/easy-rsa/ ./easyrsa build-client-full $CLIENT nopass # Generates the custom client.ovpn