----- Original Message -----
±H¥óªÌ: Palmer, Pete <[EMAIL PROTECTED]>
> This helps.  Thanks.  Since the browser created the public/private key
pair,
> it would have put the public key in the Certificate Request, correct?
>
> How do I associate the private key for this request with the cert (and
where
> is the private key stored)?

try pkcs12...

or to save your time, try this...

openssl pkcs12 -inkey request.pem -name "Put Your Description Here" \
 -certfile your_ca.pem -out out.p12

then import out.p12 into MSIE5.

you may find my modified CA.pl, which I have posted in this mailing list
before,
for better ... (conception? I don't know the word, sorry for my poor
english. :-|).


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

Reply via email to