No need to cp vars.example

This commit is contained in:
Angristan 2016-03-10 13:17:07 +01:00
parent 8757b22c52
commit f22fbc3cf0
1 changed files with 1 additions and 2 deletions

View File

@ -211,9 +211,8 @@ else
chown -R root:root /etc/openvpn/easy-rsa/
rm -rf ~/EasyRSA-3.0.1.tgz
cd /etc/openvpn/easy-rsa/
cp vars.example vars
#Use 4096 bits DH instead of 2048 bits
echo "set_var EASYRSA_KEY_SIZE 4096" >> vars
echo "set_var EASYRSA_KEY_SIZE 4096" > vars
# Create the PKI, set up the CA, the DH params and the server + client certificates
./easyrsa init-pki
./easyrsa --batch build-ca nopass