curl-users
Help with an X509 certificate and cURL request
From: thomas Armstrong <tarmstrong_at_gmail.com>
Date: Tue, 22 Jan 2008 13:33:32 +0100
Date: Tue, 22 Jan 2008 13:33:32 +0100
Hi.
I want to use a remote webservice (hosted at http://www.domain.com) by
using cURL, and I was requested to "submit a X509 client certificate
as part of my request". I use a Linux machine.
I've got some doubts:
1) How to create my own free X509 client certificate?
2) How to use it with cURL? Can I use this next command?
curl -d "firstName=John&lastName=Smith" -G -v --key private.key --cert
server.crt https://www.domain.com/WebService.asp
Thank you very much.
Received on 2008-01-22