Re: Using a P7B certificate file

2013-09-13 Thread James H. H. Lampert
On 9/11/13 5:22 AM, Christopher Schultz wrote: Okay, great: you have a chain of certificates and could, with a bit of effort, convert that into a Java keystore or a PEM-encoded file for use with OpenSSL (and httpd, tcnative, etc.). Without the private key, though, you aren't going to get very fa

Re: Using a P7B certificate file

2013-09-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 9/13/13 5:29 PM, James H. H. Lampert wrote: > On 9/11/13 5:22 AM, Christopher Schultz wrote: >> Okay, great: you have a chain of certificates and could, with a >> bit of effort, convert that into a Java keystore or a PEM-encoded >> file fo

RE: Using a P7B certificate file

2013-09-11 Thread Prashant Shinde
cell: +91 98220 38097| desk: +91 20 4900 5204 -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: 11 September 2013 14:22 To: Tomcat Users List Subject: Re: Using a P7B certificate file -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 9/1

Re: Using a P7B certificate file

2013-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 9/10/13 6:50 PM, James H. H. Lampert wrote: > On 9/10/13 2:19 PM, Christopher Schultz wrote: >> "P7B" is otherwise known as a PKCS#7 file and usually contains a >> certificate. Does the file contain *only* a certificate, or does >> it als

Re: Using a P7B certificate file

2013-09-10 Thread James H. H. Lampert
On 9/10/13 2:19 PM, Christopher Schultz wrote: "P7B" is otherwise known as a PKCS#7 file and usually contains a certificate. Does the file contain *only* a certificate, or does it also contain the key that was used to generate the CSR? If you have the cert but not the key, you won't be able to us

Re: Using a P7B certificate file

2013-09-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 9/10/13 1:12 PM, James H. H. Lampert wrote: > We have a customer that wants to apply an existing multi-domain > certificate to the tomcat server in our application. > > The only thing is, all we've seen is a P7B file, not a keystore, > a

Using a P7B certificate file

2013-09-10 Thread James H. H. Lampert
We have a customer that wants to apply an existing multi-domain certificate to the tomcat server in our application. The only thing is, all we've seen is a P7B file, not a keystore, and we don't even know what sort of keystore they used to generate the original CSR. The only time a similar s