> 1. iis' help says you have to use different IPs to install > multiple certs on > the same machine (I don't believe this but I'll have to buy a > second cert to > know!); this is very bad for those who use host header names to have > multiple virtual servers (or identities) on the same phisical machine; This is true because IIS doesn't support "host headers" (i.e. name based virtual hosts) on port 443 (i.e. SSL). They only support "host headers" on port 80.
