>       From: owner-openssl-us...@openssl.org On Behalf Of Neerav Singh
>       Sent: Tuesday, 19 May, 2009 03:37
<snip part I don't understand complaint>

>       I also tried using openssl as below 

>       I generated the key as below
>       $ openssl genrsa -des3 -out ca.key 1024
<snip>
>       But when I try to generate Certificate it throws me error

This is trying to generate a CSR (a REQUEST) not a cert.
(It might well the first STEP in generating a cert.)

>       $ openssl req -new -key ca.key -out ca.csr
>       Using configuration from
/dwh/bihome/webserver/openssl/ssl/openssl.cnf
>       Unable to load config info
>       Enter PEM pass phrase:
>       unable to find 'distinguished_name' in config
>       problems making Certificate Request
>       8611:error:0E06D06A:configuration file routines:NCONF_get_string:no
conf or environment variable:conf_lib.c:343:
<repeated>

This combination of error messages doesn't look quite right for 
the versions I have at hand to check, but:       

>       I supplied the distinguished name in openssl.cnf file (as
TTLMUMDEV-01.ttsl.com), 
> but still the same error.

That name looks like it should be the commonName _field_ of the DN.
The actual values of fields of the DN are specified in the config file
IF in the initial/default section: prompt is set to no 
AND distinguished_name identifies the _section_ containing them.
Otherwise distinguished_name identifies the section 
containing _prompts for_ the fields.

Is that (either of those) the situation you have?



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to