I've setup an openssl root and a subordinate CA. I have successfully signed CA certificate for the subordinate from the root (used the -newreq option), however when I execute the 'ca.pl -newca' it doesn't set up the subordinate authority at all. When it asks for the CA certificate filename, I point it to the signed certificate but it immediately terminates after that not giving any errors. I could just hit enter but then that would make the subordinate think it needs to self-sign its certificates.
Do I have my steps mixed up?