From d87c3a8625e33fc87f4d52aa6807540b73ea0a23 Mon Sep 17 00:00:00 2001 From: aseelye Date: Thu, 19 Mar 2020 14:43:15 -0700 Subject: [PATCH] Kill error for .rng file --- openvpn-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/openvpn-install.sh b/openvpn-install.sh index d57c918..b5fff34 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -305,6 +305,7 @@ LimitNPROC=infinity" > /etc/systemd/system/openvpn-server@server.service.d/disab cd /etc/openvpn/server/easy-rsa/ # Create the PKI, set up the CA and the server and client certificates ./easyrsa init-pki + sed -i '3d' openssl-easyrsa.cnf ./easyrsa --batch build-ca nopass EASYRSA_CERT_EXPIRE=3650 ./easyrsa build-server-full server nopass EASYRSA_CERT_EXPIRE=3650 ./easyrsa build-client-full "$client" nopass