mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-12-13 12:26:14 -08:00
Merge pull request #356 from palark/fix-easyrsa-prompt-2
Fix easyrsa build-server-full prompt
This commit is contained in:
commit
a591f3bec3
@ -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