RE: New to certificates - question

1999-03-13 Thread Christian Buysschaert
> 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

New to certificates - question

1999-03-12 Thread Chris Brezil
I am new to SSL and in trying to create my first certificate request, I am having a problem. Here is the configuration. I have downloaded and compiled openssl (v0.9.1c) on Windows NT 4 with MS VC++ 6.0. I am ultimately trying create a secure Web server using Openssl, mod_ssl and Apache 1.3.4 on W