SSL, private key with a blank password

Hello,
Could you please help me solving the following problem: I've got both
private key (.key) and SSL certificate (.cer) files, generated by the
company hosting my domain. (I've ordered them through their website,
so I didn't create a certificate request from IIS Manager.)
Now I'm trying to install the certificate using IIS Manager (Windows
2000 Server/IIS 5.0). There is problem with the blank password in
the .key file - IIS Manager requires not empty string when importing
the key file. *What is the proper way of instaling SSL certificate
using key file with the blank password?*
Kind regards
Edward
Edward Kniazycki [ Do, 30 August 2007 15:26 ] [ ID #1808872 ]

Re: SSL, private key with a blank password

I've found the solution (and later received the same from my CA
support); briefly:
you need openssl (www.openssl.org) to convert private key and
certificate into a single (pkcs12 format) file, with pfx extension.
Run:

openssl pkcs12 -export -out my_domain.pfx -inkey my_domain.key -in
my_domain.cer

assuming my_domain.key contains private key, my_domain.cer -
certificate. Then you need to import the my_domain.pl.pfx into
Certificates snap-in in MS Management Console (mmc). That's all.
Edward Kniazycki [ Mo, 03 September 2007 09:45 ] [ ID #1811303 ]
Webserver » microsoft.public.inetserver.iis.security » SSL, private key with a blank password

Vorheriges Thema: Client Certificate Auth only for certain urls handled by ISAPI fil
Nächstes Thema: Https Redirection