Re: [OFF TOPIC ] Openssl..error creating server.crt ???

2003-07-30 Thread achana
I should add that openssl.cnf is same RH default directory and I have edited it a tiny bit. [EMAIL PROTECTED] wrote: > > >> I had some, for me, un-decipherable error messages when trying to sign > >> my own certificate. > >> First I created my private key and certificate signing request : > >>

[OFF TOPIC ] Openssl..error creating server.crt ???

2003-07-30 Thread achana
Hi Steve. Well actually, nothing ! ... CA signing: private/server.csr -> private/server.crt: Using configuration from ca.config Enter PEM pass phrase: ... and so forth. But it doesn't tell me what are the configuration parameters. I tried this a few times, always the same error messages but it buil

Re: [OFF TOPIC ] Openssl..error creating server.crt ???

2003-07-30 Thread srevilak
>> I had some, for me, un-decipherable error messages when trying to sign >> my own certificate. >> First I created my private key and certificate signing request : >> [ssl]# openssl genrsa -des3 -out sever.key 1024 >> [ssl]# openssl req -new -key server.key -out server.csr >> Then I created my ow

Re: [OFF TOPIC ] Openssl..error creating server.crt ???

2003-07-29 Thread achana
Oh, I should mention that I [ssl] # apachectl startssl will start apache wil ssl support (other than the error about virtual hosts) but how can I trust that with the error messages I got, which seem to relate to the encryption routine ??? [EMAIL PROTECTED] wrote: > > Hi. Sorry about being off-to

[OFF TOPIC ] Openssl..error creating server.crt ???

2003-07-29 Thread achana
Hi. Sorry about being off-topic. I had some, for me, un-decipherable error messages when trying to sign my own certificate. First I created my private key and certificate signing request : [ssl]# openssl genrsa -des3 -out sever.key 1024 [ssl]# openssl req -new -key server.key -out server.csr Then