X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=apps%2FCA.pl.in;h=f1ac7e772690c1b61509cc58732f6fba71e7a5a7;hp=7781067d6a000c20f993a58c99d6fc469b17741a;hb=601140b3636ca3766e2d93cd8c44ebe27554b606;hpb=d428bf8c568c617bb3c3bd0ac3b326298e7b34b9 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";