RE: Exporting private key

2008-09-02 Thread Bart Wahlgren
That's what I was missing thank you very much! Bart W -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hamilton Sent: Friday, August 29, 2008 6:04 PM To: openssl-users@openssl.org Subject: Re: Exporting private key ...which I just realized I f

Re: Exporting private key

2008-08-29 Thread Kyle Hamilton
nes:ASN1_CHECK_TLEN:wrong >> tag:tasn_dec.c:947: >> 14973:error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 >> error:tasn_dec.c:304:Type=PKCS12 >> >> What am I doing wrong? >> Thanks >> >> -Original Message- >> From: [EMA

Re: Exporting private key

2008-08-29 Thread Kyle Hamilton
; From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hamilton > Sent: Friday, August 29, 2008 4:28 AM > To: openssl-users@openssl.org > Subject: Re: Exporting private key > > In your httpd.conf, you have a SSLCertificateKeyFile option set. This > refers to y

RE: Exporting private key

2008-08-29 Thread Bart Wahlgren
hat am I doing wrong? Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hamilton Sent: Friday, August 29, 2008 4:28 AM To: openssl-users@openssl.org Subject: Re: Exporting private key In your httpd.conf, you have a SSLCertificateKeyFile option set.

RE: Exporting private key

2008-08-29 Thread David Schwartz
> My company currently has a wildcard SSL certificate purchased from > Go Daddy. It's installed on a Linux Apache web server we are going > to deploy a Windows web server to support a different application. > Go Daddy has told me that we can use the certificate on more than > one server concurrent

Re: Exporting private key

2008-08-29 Thread Kyle Hamilton
In your httpd.conf, you have a SSLCertificateKeyFile option set. This refers to your private key file. It's probably in PEM format, and should be able to be imported directly into Windows's certificate store. If it can't be, you need to create a PKCS#12 (aka PFX) file. To do this, you do (the b

Re: Exporting private key from IIS

2001-10-12 Thread Dr S N Henson
Adam Ronthal wrote: > > Hi all, > > I'm having trouble getting the private key out of an IIS .key cert. > > I've followed the instructions to strip off the extra ASN1 SEQUENCE data at > the beginning of the key, but it doesn't seem to work: > > On Win32: > > E:\openssl-win32>openssl rsa -info