>From: owner-openssl-us...@openssl.org On Behalf Of Sanford Staab
>Sent: Tuesday, 23 October, 2012 10:22

>It looks like your missing the openssl.cnf file or maybe the my_key.key
file.  
>Double check your config file and command line parameters.

He is definitely missing the my_key.key file; the error message says so.

If the file specified as -config can't be opened, that's an error.
The warning is when the *default* config file $OPENSSLDIR/openssl.cnf 
can't be opened. If you compare the pathname in the warning to the 
pathname he used that worked, it's clear OPENSSLDIR incorrectly has 
a semicolon in it, I'll guess due to a mistake in the configure step.

>From: PRIYARANJAN NAYAK <mailto:priyaranjan4...@gmail.com>  
>Sent: Tuesday, October 23, 2012 3:03 AM

>C:\>C:\tmp_open_ssl\bin\openssl.exe req -new -key my_key.key 
>-out my_request.csr -config C:\tmp_open_ssl\ssl\openssl.cnf
>WARNING: can't open config file: c:/tmp_open_ssl;/ssl/openssl.cnf
>Error opening Private Key my_key.key
>3464:error:02001002:system library:fopen:No such file or directory:
>.\crypto\bio\bss_file.c:398:fopen('my_key.key','rb')
>3464:error:20074002:BIO routines:FILE_CTRL:system lib:
>.\crypto\bio\bss_file.c:400:unable to load Private Key

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

Reply via email to