Creating a server certificate on Windows Server 2008
1 Create a certificate server in Windows 2008. For more information, see the Microsoft TechNet article: Active Directory Certificate Services Step-by-Step Guide.
2 Request an Internet server certificate in Microsoft Internet Information Services (IIS) 7.
The common name is typically the last visiting URL (for example, the common name is www.spssmrdc.com). You must replace the default common name with the server name you specify during server installation. For more information, see the Microsoft TechNet article “Request an Internet Server Certificate (IIS 7)”.
3 While still in IIS, send the certificate request to the certificate server: http://<certificate_server>/CertSrv
4 Issue the certificate request from the certificate server. For more information, see the Microsoft support article: “Secure an ASP.NET Application Using Client-Side Certificates”.
5 Download the certificate file from: http://<certificate_server>/CertSrv
6 In the UNICOM Intelligence server's IIS application, click Complete Certification Request to import the certificate.
7 Add a site binding with https, select the server certificate, and select the Require SSL option for the website where you want to install UNICOM Intelligence.
8 In the UNICOM Intelligence server's host file, input the certificate server’s IP address along with the certificate common name (for example, 9.115.21.200 www.<server_name>.com)
If the SSL certificate is assigned to a fully qualified domain name, you must change the LocalImageUrl value.
9 Install UNICOM Intelligence Server with SSL enabled.
See