mirror of
https://github.com/namibia/openvpn-install.git
synced 2024-11-17 17:55:12 +00:00
Support OpenSSL 1.1.0 DH generation
Fixes dh.pem gen on Debian 9 and Arch Linux https://github.com/Angristan/OpenVPN-install/issues/64 https://github.com/Angristan/OpenVPN-install/issues/74 https://www.debian.org/releases/stretch/amd64/release-notes/ch-information.en.html#openssl-issues
This commit is contained in:
parent
5d40c041dd
commit
d712e15795
@ -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 -out dh.pem $DH_KEY_SIZE
|
||||
./easyrsa build-server-full server nopass
|
||||
./easyrsa build-client-full $CLIENT nopass
|
||||
./easyrsa gen-crl
|
||||
|
Loading…
Reference in New Issue
Block a user