I need to secure my RDP connections to a Win2k8 server with an SSL certificate, and I am hoping to use a self-signed cert that I can generate on the server.
The last time I tried this (on a Win2k3 machine), after installing the certificate, it I could no longer access IIS sites on the server using localhost without using SSL. This was a problem because I had a lot of local processes that made locahost requests and didn't specify https as the protocol.
I would like to install a SSL cert that only secures my RDP connections and does not affect IIS at all. Does anyone have experience doing this?