Merge pull request #356 from palark/fix-easyrsa-prompt-2
Fix easyrsa build-server-full prompt
This commit is contained in:
commit
a591f3bec3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue