Commit cb49a3cf authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

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

parent adab8005
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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=$?;
		}