Re: Problem with certificate request.

2006-11-16 Thread Marcus Carey
First create a CA key using the following command. openssl genrsa -des3 -out ca.key 1024 Assuming your config file is located in the openssl root directory you can create a CA cert using the following command. openssl req -config openssl.conf -new -x509 -key ca.key -out ca.cer

RE: Problem with certificate request.

2006-11-16 Thread Fulvio Allegretti
Now solved. I had to download and install openssl and copy the openssl.cnf file from the openssl installation folder (usually c:\openssl\bin) to the nokia one (c:\nokia\am1_0\apache\bin). From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fulvio Allegr

Re: Problem with certificate request...

2004-06-29 Thread ohaya
ohaya wrote: > > Hi, > > I'm having a problem getting one particular certificate request for a > server certificate accepted by a CA. The CA is using Netscape > Certificate Manager, I believe, and I'm submitting my request by pasting > my request into a browser. > > The error that I'm getting