> 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