Post date: Feb 03, 2014 11:50:19 AM
First, you'll need to have a CA Server online.
Then, Open IIS Manager -> Select your server -> Server Certificates -> Create Domain Certificate -> run through wizard...
note - common name is the FQDN of your server Exchange server (in your case srv-xch01.imc.at). Also, i would recommend setting the friendly name same as the common name. It makes it easier later on.
Once the new SSL Certificate is listed, then drill down to the site that needs the SSL Certificate...
Your going to add a new binding to the existing site (not make a new site)...
Add Binding -> HTTPS -> set the IP and your local IP (not "All Unassigned") -> Port 443 -> Select the new SSL Cert that you just created (you can "view" and verify the thumbprint is the same as what you just created) -> Click Ok -> CMD prompt -> IISRESET /NOFORCE