RE: Problems making certificate request

2008-09-11 Thread V H
apache win 32 with openssl with the latest snapshot who can point me in the right direction? Thanks, Vj > Date: Sat, 6 Sep 2008 12:38:28 +0200> From: [EMAIL PROTECTED]> To: > openssl-users@openssl.org> Subject: Re: Problems making certificate request> > > On Thu, Sep 04, 20

RE: Problems making certificate request

2008-09-11 Thread V H
something different? > Date: Fri, 5 Sep 2008 16:29:10 -0700> From: [EMAIL PROTECTED]> To: > openssl-users@openssl.org> Subject: Re: Problems making certificate request> > > Malloc failure means that it isn't able to allocate memory properly.> What > did you

Re: Problems making certificate request

2008-09-06 Thread Dr. Stephen Henson
On Thu, Sep 04, 2008, V H wrote: > I've been trying to secure site with open ssl and have made a number of > attempts and have gotten many errors. Any help with the following error > would be very helpful. Thanks in advance: > > I get the following error upon issuing the following command: > >

Re: Problems making certificate request

2008-09-05 Thread Kyle Hamilton
Malloc failure means that it isn't able to allocate memory properly. What did you use to compile it, or if you got a pre-built binary where did you get it? -Kyle H On Thu, Sep 4, 2008 at 9:27 AM, V H <[EMAIL PROTECTED]> wrote: > I've been trying to secure site with open ssl and have made a number

Re: problems making Certificate Request

2005-08-25 Thread Brendon Schafer
Rich Salz wrote: Suse:/etc/postfix # openssl req -new -nodes -subj '/CN=OfficeRunner.local/O=OfficeRunner/C=ZA Par' -keyout OR-key.pem -out OR-req.pem -days 3650 This command-line syntax is correct. The problem is that the C=xx field is only allowed to be a two-letter country code. What

Re: problems making Certificate Request

2005-08-25 Thread Rich Salz
> Suse:/etc/postfix # openssl req -new -nodes -subj > '/CN=OfficeRunner.local/O=OfficeRunner/C=ZA Par' -keyout OR-key.pem -out > OR-req.pem -days 3650 This command-line syntax is correct. The problem is that the C=xx field is only allowed to be a two-letter country code. What is "Par" ?

Re: problems making Certificate Request

2005-08-25 Thread Brendon Schafer
Dmitry Belyavsky wrote: Hello! On Thu, 25 Aug 2005, Brendon Schafer wrote: I got this error message while creating a server certificate: Suse:~ # openssl req -new -subj '/CN=OfficeRunner.local Par - keyout OR-key.pem -out OR-req.pem -days 3650' Whether right quote is at place expec

Re: problems making Certificate Request

2005-08-25 Thread Dmitry Belyavsky
Hello! On Thu, 25 Aug 2005, Brendon Schafer wrote: > Just subscribed. I hope this isn't an FAQ, but diagnostics on web page isn't > helping me :( > > I got this error message while creating a server certificate: > > Suse:~ # openssl req -new -subj '/CN=OfficeRunner.local Par - keyout > OR-key.pe