I'm trying to get the SSL working on our web page so users can use it change
their
domain password. I reviewed MS KB228821 (how to generate certificate request
file)
and KB228836 (Installing new certificate for use in SSL/TLS).
My platform: Windows 2003 Server SP2, IIS 6.0
Here are the steps I followed:
1. Genreated request file - text format.
2. Read the file in on my CA then issued the the certificate.
3. Exported the issued certificate as a DER 509 type with file ext .cer
4. Ran IIS 6 manager and imported the certificate into my web page.
When I try to run the aexp.asp script, that allows users to change their
password, it
complains that SSL is not running.. What am I doing wrong and how can I
make this
work?
Thanks...