Re: Question concerning signing of a certificate request

2002-03-07 Thread Steve Wirth
hi, your problem is in the "index.txt" file (located in your CA-directory). The individual entries in each line of that file must absolutely be separated by TABs, not by spaces! Your "index.txt" probably got messed up, meaning that the tabs were converted to spaces (maybe you saved it from a t

Question concerning signing of a certificate request

2002-03-07 Thread Stefan Homberg
Hi!   I' m experiencing difficulties while trying to sign a certificate request (openssl ca -keyfile ./private/caKey.pem -in ./private/gatewayReq.pem -out gatewayCert.pem -outdir ./certs). The error message is: wrong number of fields on line 2 (looking for field 6, got 1, '' left)   Who can