Hi,
Have OpenSSL 0.9.8m on Windows 7. I have copied libeay32.dll and ssleay32.dll from my to windows\system32 directory. When I try to create csr file using following commands: 1. First generating a key - a Triple-DES encrypted, 1024 bit RSA key with openssl genrsa des3 out server.key 1024 and then 2. C:\Program Files (x86)\Apache Software Foundation\Apache2.2\bin>openssl req -new -config "..\conf\openssl.cnf" -key server.key -out server.csr I get these errors error on line -1 of ô..\conf\openssl.cnfö 280:error:02001003:system library:fopen:No such process:.\crypto\bio\bss_file.c: 126:fopen('ô..\conf\openssl.cnfö','rb') 280:error:2006D080:BIO routines:BIO_new_file:no such file:.\crypto\bio\bss_file. c:129: 280:error:0E078072:configuration file routines:DEF_LOAD:no such file:.\crypto\co nf\conf_def.c:197: Wondering what I have wrong... Yours, David