Return-Path: Delivered-To: apmail-ofbiz-user-archive@www.apache.org Received: (qmail 25632 invoked from network); 15 Mar 2011 23:21:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Mar 2011 23:21:27 -0000 Received: (qmail 12042 invoked by uid 500); 15 Mar 2011 23:21:26 -0000 Delivered-To: apmail-ofbiz-user-archive@ofbiz.apache.org Received: (qmail 12012 invoked by uid 500); 15 Mar 2011 23:21:26 -0000 Mailing-List: contact user-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ofbiz.apache.org Delivered-To: mailing list user@ofbiz.apache.org Received: (qmail 12004 invoked by uid 99); 15 Mar 2011 23:21:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Mar 2011 23:21:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [72.233.33.75] (HELO garganey.elirion.net) (72.233.33.75) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Mar 2011 23:21:17 +0000 Received: (qmail 16316 invoked from network); 15 Mar 2011 19:20:55 -0400 Received: from 24-151-5-218.static.nwtn.ct.charter.com (HELO ?192.168.237.194?) (24.151.5.218) by garganey.elirion.net with (AES256-SHA encrypted) SMTP; 15 Mar 2011 19:20:55 -0400 Message-ID: <4D7FF45C.4080309@elirion.net> Date: Tue, 15 Mar 2011 19:21:00 -0400 From: Richard Siddall User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.17) Gecko/20110123 SeaMonkey/2.0.12 MIME-Version: 1.0 To: user@ofbiz.apache.org Subject: Re: certificate in PKCS7 format in Ofbiz References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Info Olagos wrote: > Hello, > > Has anyone already imported a PKCS7 certificate into the java keystore for > use with embedded Tomcat Ofbiz? > > Regards, > Heidi > I think I had to convert one to PKCS12. IIRC, Java6 lets you use PKCS12 as a key store with key tool. I read that Tomcat can use PKCS12 directly, but I converted mine to the Java keystore format. Regards, Richard Siddall