[EMAIL PROTECTED] wrote:

> Hi,
>
>         I'm sorry if this is the wrong place to ask this.  If it is
> could someone kindly redirect me to the correct place?  I am new to
> this...
>
>         I am working on a client side application that needs to have
> a SSL layer to connect to a server.  I need to have a CA signed client
> certificate.  From what I read I need to generate a RSA key pair and
> then make a certificate request from the public key.  I've found lots
> of info for the server side but nothing for the client side except
> for browsers.  Is there a place I can locate this information?
>

I do not understand very well your question.
To generate a certificate request (the client) use: openssl req -newkey
rsa:1024
To sign it and gen the cert. use: openssl ca .....

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to