提交 cb49a3cf 编写于 作者: D Dr. Stephen Henson

Make CA.pl script use CA extensions when creating a root CA.

上级 adab8005
......@@ -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=$?;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册