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:
ec70337
)
Fix from HEAD.
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 30 Nov 2005 19:25:31 +0000
(19:25 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 30 Nov 2005 19:25:31 +0000
(19:25 +0000)
apps/CA.pl.in
patch
|
blob
|
history
diff --git
a/apps/CA.pl.in
b/apps/CA.pl.in
index 8ef8ac1c83c368d8391a006fdb4b50278186462f..f8170f81bafdf91d7bad6acde323391b1f12595e 100644
(file)
--- a/
apps/CA.pl.in
+++ b/
apps/CA.pl.in
@@
-113,6
+113,7
@@
foreach (@ARGV) {
system ("$CA -create_serial " .
"-out ${CATOP}/$CACERT $CADAYS -batch " .
"-keyfile ${CATOP}/private/$CAKEY -selfsign " .
+ "-extensions v3_ca " .
"-infiles ${CATOP}/$CAREQ ");
$RET=$?;
}