From ec6a40e2781ec96492ce041d5b0a7526b25973e2 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 11 Sep 2000 13:06:48 +0000 Subject: [PATCH] Last minute update, in time to make it to 0.9.6-beta1 --- apps/CA.pl.in | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/CA.pl.in b/apps/CA.pl.in index 7781067d6a..f1ac7e7726 100644 --- a/apps/CA.pl.in +++ b/apps/CA.pl.in @@ -36,6 +36,7 @@ # default openssl.cnf file has setup as per the following # demoCA ... where everything is stored +$SSLEAY_CONFIG=$ENV{"SSLEAY_CONFIG"}; $DAYS="-days 365"; $REQ="openssl req $SSLEAY_CONFIG"; $CA="openssl ca $SSLEAY_CONFIG"; -- 2.25.1