From ed5fddbb8902cf8076a78a1dda62056efa734ca7 Mon Sep 17 00:00:00 2001 From: Angristan Date: Sat, 18 Aug 2018 16:48:25 +0200 Subject: [PATCH] Add a little warning --- openvpn-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openvpn-install.sh b/openvpn-install.sh index e4abb54..8ff3169 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -122,6 +122,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then cd /etc/openvpn/easy-rsa/ case $pass in 1) + echo "⚠️ You will be asked for the client password below" ./easyrsa build-client-full $CLIENT nopass ;; 2) @@ -500,6 +501,7 @@ WantedBy=multi-user.target" > /etc/systemd/system/iptables.service ./easyrsa build-server-full $SERVER_NAME nopass case $pass in 1) + echo "⚠️ You will be asked for the client password below" ./easyrsa build-client-full $CLIENT nopass ;; 2)