There are several ways. Heres a couple of solutions: Option 1. 1. Using Netscape create a signed mail message. 2. Save it with "save draft". 3. Observe the "signed" icon. 4. Save it as html to a file with the html extension (otherwise you lose the signing info for some reason). 5. Manually insert -----BEGIN PKCS7----- and -----END PKCS7----- around the base64 encoded data. 6. do a pkcs7 -in whetever.html -print_certs -out certs.pem 7. Have a look in certs.pem, it will include your certificate and the one you are after. Option 2. 1. Get and apply my PKCS#12 patch: see http://www.drh-consultancy.demon.co.uk/pkcs12faq.html 2. Export a verision certificate (security->yours->export). 3. Do a ssleay pkcs12 -in file.p12 -nokeys -cacerts -out certs.pem 4. certs.pem contains all the certificates you want. Steve. -- ************************************************ * Dr Stephen N. Henson. * * Freelance Cryptographic Consultant. * * Email: [EMAIL PROTECTED] * ************************************************ +-------------------------------------------------------------------------+ | Administrative requests should be sent to [EMAIL PROTECTED] | | List service provided by Open Software Associates, http://www.osa.com/ | +-------------------------------------------------------------------------+ <---- Header information --------------------------------------------> Received: from osa.osa.com.au (osa.osa.com.au [203.6.130.129]) by wariat.apk.net (8.8.5/8.7.3) with ESMTP id IAA24072 for <frank @searchlight.com>; Wed, 25 Mar 1998 08:09:34 -0500 (EST) Received: from osa.com.au (web2.osa.com.au [203.6.130.5]) by osa.osa.com.au (8.8.5/8.8.5) with ESMTP id AAA16826; Thu, 26 Mar 1998 00:06:30 +1100 Received: (from majordomo@localhost) by osa.com.au (8.8.5/8.8.5) id AAA25493 for ssl-users-outgoing; Thu, 26 Mar 1998 00:02:25 +1100 Received: from pandora.cryptsoft.com (pandora.cryptsoft.com [203.56.44.11]) by osa.com.au (8.8.5/8.8.5) with ESMTP id AAA25490 for <[EMAIL PROTECTED]>; Thu, 26 Mar 1998 00:02:23 +1100 Received: from post.mail.demon.net (post-30.mail.demon.net [194.159.80.130]) by pandora.cryptsoft.com (8.8.3/8.7.3) with SMTP id XAA09512 for <[EMAIL PROTECTED]>; Wed, 25 Mar 1998 23:01:39 +1000 (EST) Received: from (bigfoot.com) [193.237.150.98] by post.mail.demon.net with esmtp (Exim 1.82 #1) id 0yHpoG-0001kQ-00; Wed, 25 Mar 1998 13:01:37 +0000 Message-ID: <[EMAIL PROTECTED]> Date: Wed, 25 Mar 1998 11:52:10 +0000 From: Dr Stephen Henson <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Organization: Dr S N Henson X-Mailer: Mozilla 4.04 [en] (Win95; U) MIME-Version: 1.0 To: "Brian J. Murrell" <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [ssl-users] Verisign certificate for Personal certificates References: <[EMAIL PROTECTED]> +-------------------------------------------------------------------------+ | Administrative requests should be sent to [EMAIL PROTECTED] | | List service provided by Open Software Associates, http://www.osa.com/ | +-------------------------------------------------------------------------+
