Re: Error when signing a certificate

2002-04-11 Thread Philippe Camus
Hi, I got the same error the first time I ran OpenSSL. I don't know if it's the same error for you, but for me it was just an error in my config file.. Look for the foolowing line in the "[ CA_default ]" part of the config file: private_key= $dir/private/privkey.pem # CA private key M

Re: Error when signing a certificate

2002-04-11 Thread Charles Hamel
ECTED]> Sent: Thursday, April 11, 2002 9:56 AM Subject: Re: Error when signing a certificate > Hello Charles, > > Thursday, April 11, 2002, 3:38:44 PM, you wrote: > > CH> Hi , I am trying to do a SSL certificate to use TLS/SSL encryption with Qpopper. I read the doc and I creat

Re: Error when signing a certificate

2002-04-11 Thread Pavel Tsekov
Hello Charles, Thursday, April 11, 2002, 3:38:44 PM, you wrote: CH> Hi , I am trying to do a SSL certificate to use TLS/SSL encryption with Qpopper. I read the doc and I created a certificate request succesfully but it seems that when I try to sign it, it crash CH> with a serious error, here's

Error when signing a certificate

2002-04-11 Thread Charles Hamel
Hi , I am trying to do a SSL certificate to use TLS/SSL encryption with Qpopper. I read the doc and I created a certificate request succesfully but it seems that when I try to sign it, it crash with a serious error, here's the output:   [bob@domain ]# openssl ca -in req.pem -out signed_req.p