Q: How do I install a self-signed SSL certificate on an IIS 6 website?
A: Use the SelfSSL utility that comes with the IIS Resource kit!
Q: How do I install self-signed SSL certificates on two IIS 6 websites on the same server?
A: SelfSSL.exe is bugged. Install SSLDiag and use its embedded SelfSSL tool.
The problem with two certs, two sites on the same server is strange. You install a cert on website A and it works great. You install another cert on B and B works great while A breaks. And etc.
http://ewright.spaces.live.com/blog/cns!C0C3DF24CE16DC2F!169.entry
ssldiag /selfssl /V:365 /N:CN=www.point2.com /S:1834870997
Leave a reply