Hi,<br><br>I am trying to generate client certificates (to use in internal web/email servers) but the process is aborting.<br><br>I can generate the CA OK but when I try to generate the client...<br><br><pre>openssl ca -days 365 -out certs/xxxx.crt -in csr/xxx.csr -config
<br>../tls/openssl.cnf<br>Using configuration from ../tls/openssl.cnf<br>Enter pass phrase for ../CA/private/cakey.pem:<br>wrong number of fields on line 1 (looking for field 6, got 1, '' left)</pre><br>Any ideas?<br><br>
The openssl.cnf is the one that comes with the distro with the following modification:<br><pre>--- ../tls/openssl.cnf  2006-06-01 16:29:56.000000000 -0400<br>+++ ../tls/openssl.cnf.orig     2006-06-01 15:29:15.000000000 -0400
</pre>-dir            = ../CA         # Where everything is kept<span style="font-family: monospace;"><br></span>+dir            = ../../CA              # Where everything is kept<br><br>Without the modification it simply complains about a missing file.
<br>