From owner-freebsd-current Tue Jul 18 22:46:42 2000 Delivered-To: freebsd-current@freebsd.org Received: from ns.internet.dk (ns.internet.dk [194.19.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 5131C37BD4A for ; Tue, 18 Jul 2000 22:46:38 -0700 (PDT) (envelope-from leif@neland.dk) Received: (from uucp@localhost) by ns.internet.dk (8.9.3/8.9.3) with UUCP id HAA80921; Wed, 19 Jul 2000 07:46:33 +0200 (CEST) (envelope-from leif@neland.dk) Received: from localhost (leif@localhost) by arnold.neland.dk (8.9.3/8.9.3) with ESMTP id HAA62299; Wed, 19 Jul 2000 07:46:20 +0200 (CEST) (envelope-from leif@neland.dk) Date: Wed, 19 Jul 2000 07:46:20 +0200 (CEST) From: Leif Neland To: "Daniel Berlin+list.freebsd-current" Cc: freebsd-current@FreeBSD.ORG Subject: Re: cer/b7b/pfc -> pem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 17 Jul 2000, Daniel Berlin+list.freebsd-current wrote: > "Leif Neland" writes: > > > I have a Verisign personal certificate (Look me up at Verisign, as Leif > > Neland) > > > > This works nicely in Windows (Outlook Express), but I'd like to try using > > the same key with openssl to generate crypted (to myself) or signed > > messages. > > > > I can export the key as a .cer, .p7b or .pfx, but openssl seems to want it > > in .pem format. > > > > What does the p7b file look like? > > And the .cer file, and the .pfx file? > > Are any of them ascii, with a "BEGIN PKCS7" or "BEGIN CERTIFICATE" > line? > With crl2pcks7 I can convert the p7b and cer to a pem, which contain BEGIN PKCS7 , random characters, and END PKCS7 I can't use this to encrypt with, smime wants "BEGIN CERTIFICATE" Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message