Yes created a CSR file using openssl.  If I recall I did create a key as well.  
However, when I received the CER file I thought all I would have to do is 
import it to IE.  So all I need to do is use the command below to get this to 
import correctly?


Sent from my Windows Phone

-----Original Message-----
From: Dave Thompson
Sent: Monday, March 07, 2011 4:38 PM
To: openssl-users@openssl.org
Subject: RE: Installing a .cer file in IE


>       From: owner-openssl-us...@openssl.org On Behalf Of Jaquez Jr, Hector
L.
>       Sent: Monday, 07 March, 2011 14:37

>       I created a .csr file and had my access control team create me
> a certificate since my original had expired.  I was under the assumption
> I could just import the cert in IE from the IE options and it would work.

> It is not working and I am still showing that my certificate is expired.
> I wanted to find out how to install a cert in IE via openssl command line.

> If you need any additional information please ask.

Do you mean you created a CSR and got a cert for a keypair created by,
or converted to, openssl? If so, IE* needs both privatekey and cert,
from a PKCS12 which openssl can create:
  openssl pkcs12 -export -in mycer -inkey mykey -out myp12

(* actually the Windows store, used by IE and possibly others)



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to