cURL / Mailing Lists / curl-users / Single Mail

curl-users

Certificate generation.

From: Dave Pawson <dave.pawson_at_gmail.com>
Date: Mon, 12 Jun 2006 14:45:43 +0100

I'm trying to generate a client certificate for use on firefox.

openssl dsaparam -outform PEM -out xpil.params -genkey 1024
openssl gendsa -des3 xpil.params -out xpil.prkey
openssl pkcs12 -export -name "xpil" -clcerts -inkey xpil.prkey -out xpil.pfx

Password is entered for gendsa, OK.
when I run the pkcs12 I *think* the input file is xpil.prkey
yet pkcs12 hangs after asking for the passphrase.

Help please, what am I doing wrong?

TIA

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk
Received on 2006-06-12