This commit is contained in:
David Gressel 2017-05-11 15:46:37 +00:00 committed by GitHub
commit 94868f8dee

View file

@ -403,7 +403,7 @@ WantedBy=multi-user.target" > /etc/systemd/system/rc-local.service
# Create the PKI, set up the CA, the DH params and the server + client certificates
./easyrsa init-pki
./easyrsa --batch build-ca nopass
openssl dhparam $DH_KEY_SIZE -out dh.pem
openssl dhparam $DH_KEY_SIZE -dsaparam -out dh.pem
./easyrsa build-server-full server nopass
./easyrsa build-client-full $CLIENT nopass
./easyrsa gen-crl