Hi,

the openssl ca command led to the following result:

wrong number of fields on line 1 (looking for field 6, got 1, '' left)

What does it like to tell me??? Which fields of what are ment?

Thanks a lot for help
Joerg

PS: 
the config file is the standard one only root keys and certificates 
were replaced

the complete commands:

$ openssl req -new -out RegistryReq.pem -config ./openssl.cnf -key 
  RegistryKey.pem
Using configuration from ./openssl.cnf
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [AU]:aa
State or Province Name (full name) [Some-State]:a
Locality Name (eg, city) []:a
Organization Name (eg, company) [Internet Widgits Pty Ltd]:a
Organizational Unit Name (eg, section) []:a
Common Name (eg, YOUR name) []:a
Email Address []:a

Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:a
string is too short, it needs to be at least 4 bytes long
A challenge password []:aaaa
An optional company name []:aa
$ openssl ca -in RegistryReq.pem -config openssl.cnf -out RegistryCert.pem
Using configuration from openssl.cnf
wrong number of fields on line 1 (looking for field 6, got 1, '' left)
$
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to