mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 05:33:30 +03:00
Spelling errors
This commit is contained in:
parent
b3b01aac8a
commit
ce299a068b
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ if [[ -e /etc/openvpn/server.conf ]]; then
|
|||
read -p "Client name: " -e CLIENT
|
||||
cd /etc/openvpn/easy-rsa/
|
||||
./easyrsa build-client-full $CLIENT nopass\
|
||||
# Ask to set a password for the configuration file
|
||||
read -p "Do you want to set a passprashe for the configuration? [y/N]: " -e -i N SETPASS
|
||||
# Ask to set a passphrase for the configuration file
|
||||
read -p "Do you want to set a passphrase for the configuration file? [y/N]: " -e -i N SETPASS
|
||||
if [[ "$SETPASS" = 'y' || "$SETPASS" = 'Y' ]]; then
|
||||
./easyrsa set-rsa-pass $CLIENT
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue