projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a6367a
)
Last minute update, in time to make it to 0.9.6-beta1
author
Richard Levitte
<levitte@openssl.org>
Mon, 11 Sep 2000 13:06:48 +0000
(13:06 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 11 Sep 2000 13:06:48 +0000
(13:06 +0000)
apps/CA.pl.in
patch
|
blob
|
history
diff --git
a/apps/CA.pl.in
b/apps/CA.pl.in
index 7781067d6a000c20f993a58c99d6fc469b17741a..f1ac7e772690c1b61509cc58732f6fba71e7a5a7 100644
(file)
--- 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";