Open SSL Certificate

2001-08-29 Thread Marcel Welschbillig
Can anybody tell me how to create a Certificate Signature Request using openssl ?? I have tried /etc/ssl# openssl req openssl.cnf test But get the following error Using configuration from /usr/lib/ssl/openssl.cnf unable to load X509 request 857:error:02001002:system library:fopen:system

Re: Open SSL Certificate

2001-08-29 Thread Jeremy B
The OpenSSL web site (http://www.openssl.org) has some rather good documentation on how to generate the certificates and setting up a CA... Jeremy On Wed, Aug 29, 2001 at 12:09:20PM +0800, Marcel Welschbillig wrote: Can anybody tell me how to create a Certificate Signature

[Fwd: Re: Open SSL Certificate]

2001-08-29 Thread Marcel Welschbillig
Just answering my own question incase it helps anyone, the following command did it for me ! openssl req -new -out cert.csr Too easy. PS Thanks Jeremy for puting me on to www.openssl.org Marcel Original Message Subject: Re: Open SSL Certificate Date: Tue, 28 Aug 2001 21

Open SSL Certificate

2001-08-28 Thread Marcel Welschbillig
Can anybody tell me how to create a Certificate Signature Request using openssl ?? I have tried /etc/ssl# openssl req openssl.cnf test But get the following error Using configuration from /usr/lib/ssl/openssl.cnf unable to load X509 request 857:error:02001002:system library:fopen:system

Re: Open SSL Certificate

2001-08-28 Thread Jeremy B
The OpenSSL web site (http://www.openssl.org) has some rather good documentation on how to generate the certificates and setting up a CA... Jeremy On Wed, Aug 29, 2001 at 12:09:20PM +0800, Marcel Welschbillig wrote: Can anybody tell me how to create a Certificate Signature