mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-12-12 11:56:15 -08:00
Fix easyrsa build-server-full prompt
Signed-off-by: Dmitry Shurupov <dmitry.shurupov@palark.com>
This commit is contained in:
parent
2fc8f729b9
commit
36b6964f8c
@ -24,7 +24,7 @@ else
|
||||
easyrsa --batch init-pki
|
||||
cp -R /usr/share/easy-rsa/* $EASY_RSA_LOC/pki
|
||||
echo "ca" | easyrsa build-ca nopass
|
||||
easyrsa build-server-full server nopass
|
||||
easyrsa --batch build-server-full server nopass
|
||||
easyrsa gen-dh
|
||||
openvpn --genkey --secret ./pki/ta.key
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user