From 37edb7d1d724571508b4c1c55c6d53f3f768adb3 Mon Sep 17 00:00:00 2001 From: Eric F Crist Date: Mon, 4 Feb 2019 13:01:09 -0600 Subject: [PATCH] Remove RANDFILE var from openssl-easyrsa.cnf This fixes #261. Signed-off-by: Eric F Crist --- easyrsa3/openssl-easyrsa.cnf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/easyrsa3/openssl-easyrsa.cnf b/easyrsa3/openssl-easyrsa.cnf index 1139414..22a1eda 100644 --- a/easyrsa3/openssl-easyrsa.cnf +++ b/easyrsa3/openssl-easyrsa.cnf @@ -1,6 +1,4 @@ -# For use with Easy-RSA 3.1 and OpenSSL or LibreSSL - -RANDFILE = $ENV::EASYRSA_PKI/.rnd +# For use with Easy-RSA 3.0+ and OpenSSL or LibreSSL #################################################################### [ ca ]