> I first created a private key using ssleay without a problem.I then tried
> to create a certificate signing request using the following command:
> ssleay req -new -key key.pem -out csr.pem
>
> This is the response that I get:
> Using configuration from /usr/local/ssl/lib/ssleay.cnf
> Unable to load config info
> Enter PEM pass phrase: (I enter my PEM pass phrase here)
> unable to find 'distinguished_name' in config
> problems making Certificate Request
Well, you are going to the 'big competitor' VeriSign for your
certificate but I'll help you anyway... ;-)
The certificate request generation process needs some information
from the OpenSSL config file ssleay.cnf which it doesn't find.
(/usr/local/ssl/lib/ssleay.cnf isn't a typical NT path). You
can override this by adding something like '-config c:\OpenSSL\ssleay.cnf'.
This will solve your problem but I can immediately point you on
the next problem you'll experience. Some of the information in
the basic SSLeay.cnf file (OpenSSL/apps/ssleay.cnf) hasn't been
written for NT in mind. Edit the pathnames (in the beginning
of the file) and then you'll be able to generate the request.
Good luck!
Christian.
--
ir. Christian Buysschaert - Technical Manager
GlobalSign nv-sa - http://www.globalsign.net
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]