Fix from HEAD.
This commit is contained in:
parent
ec7033745e
commit
fc12885b1b
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ foreach (@ARGV) {
|
||||||
system ("$CA -create_serial " .
|
system ("$CA -create_serial " .
|
||||||
"-out ${CATOP}/$CACERT $CADAYS -batch " .
|
"-out ${CATOP}/$CACERT $CADAYS -batch " .
|
||||||
"-keyfile ${CATOP}/private/$CAKEY -selfsign " .
|
"-keyfile ${CATOP}/private/$CAKEY -selfsign " .
|
||||||
|
"-extensions v3_ca " .
|
||||||
"-infiles ${CATOP}/$CAREQ ");
|
"-infiles ${CATOP}/$CAREQ ");
|
||||||
$RET=$?;
|
$RET=$?;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue