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
|
easyrsa --batch init-pki
|
||||||
cp -R /usr/share/easy-rsa/* $EASY_RSA_LOC/pki
|
cp -R /usr/share/easy-rsa/* $EASY_RSA_LOC/pki
|
||||||
echo "ca" | easyrsa build-ca nopass
|
echo "ca" | easyrsa build-ca nopass
|
||||||
easyrsa build-server-full server nopass
|
easyrsa --batch build-server-full server nopass
|
||||||
easyrsa gen-dh
|
easyrsa gen-dh
|
||||||
openvpn --genkey --secret ./pki/ta.key
|
openvpn --genkey --secret ./pki/ta.key
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue