[openssl.org #1187] Openssl - unable to load from /usr/local/ssl/openssl.cnf on win nt

2014-08-11 Thread Rich Salz via RT
Not clear what the issue is; closing as not repeatable with current releases. -- Rich Salz, OpenSSL dev team; rs...@openssl.org __ OpenSSL Project http://www.openssl.org Development Mailing List

Re: [openssl.org #1187] Openssl - unable to load from /usr/local/ssl/openssl.cnf on win nt

2006-07-30 Thread [EMAIL PROTECTED] via RT
1st step : c:\openssl\binopenssl genrsa -out myprvkey.pem 1024 2nd step : i think this solves the problem to create the pulic certificate using openssl. jus type this c:\openssl\binopenssl req -config c:\openssl\bin\openssl.cnf -new -key myprvkey.pem -x509 -days 365 -out mypubcert.pem --

[openssl.org #1187] Openssl - unable to load from /usr/local/ssl/openssl.cnf on win nt

2005-08-16 Thread via RT
I am using the latest - openssl-devel-0.9.7f version of openssl(win32) for linking with paypal sandbox. My problem is i have to generate public certificate and upload to paypal web site. To do that i need to follow 2 steps i) openssl genrsa -out ..\..\cert\%1-prvkey.pem 1024 This goes smoothly.

Re: [openssl.org #1187] Openssl - unable to load from /usr/local/ssl/openssl.cnf on win nt

2005-08-16 Thread Dr. Stephen Henson
On Tue, Aug 16, 2005, via RT wrote: I am using the latest - openssl-devel-0.9.7f version of openssl(win32) for linking with paypal sandbox. My problem is i have to generate public certificate and upload to paypal web site. To do that i need to follow 2 steps i) openssl genrsa -out