Add a little warning
This commit is contained in:
parent
2e358e4078
commit
ed5fddbb89
1 changed files with 2 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then
|
||||||
cd /etc/openvpn/easy-rsa/
|
cd /etc/openvpn/easy-rsa/
|
||||||
case $pass in
|
case $pass in
|
||||||
1)
|
1)
|
||||||
|
echo "⚠️ You will be asked for the client password below"
|
||||||
./easyrsa build-client-full $CLIENT nopass
|
./easyrsa build-client-full $CLIENT nopass
|
||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
|
|
@ -500,6 +501,7 @@ WantedBy=multi-user.target" > /etc/systemd/system/iptables.service
|
||||||
./easyrsa build-server-full $SERVER_NAME nopass
|
./easyrsa build-server-full $SERVER_NAME nopass
|
||||||
case $pass in
|
case $pass in
|
||||||
1)
|
1)
|
||||||
|
echo "⚠️ You will be asked for the client password below"
|
||||||
./easyrsa build-client-full $CLIENT nopass
|
./easyrsa build-client-full $CLIENT nopass
|
||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue