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
Allegretti Sent: Thursday, November 16, 2006 9:01 AM To: openssl-users@openssl.org Subject: Problem with certificate request. Hi all, I am having problem generating a certificate request. I am installing a software called Appliance Manager on Win2k3 SP1. This is a Nokia software which installs apache

Problem with certificate request.

2006-11-16 Thread Fulvio Allegretti
Hi all, I am having problem generating a certificate request. I am installing a software called Appliance Manager on Win2k3 SP1. This is a Nokia software which installs apache server. I am unable to start the apache service and my understanding is that this is because I have not been able to gene

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