Hello,

I have just generated a self-signed certificate as follows:

openssl x509 -req -days 365 -in my.domain.csr -signkey my.domain.key -out my.domain.cert

What format is my.domain.cert now in?

I am asking this because I am trying to use this certificate with curl as in

curl --cert my.domain.cert https://my.secure.server

But when I do that, I get the following message:

curl: (35) unable to set private key file

Any help with this matter would be much appreciated.

Cheers,

Philippe

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to