14.0

Table Of Contents
Chapter 7: Installing the Local Authenticator
3.
Copy the thumbprint of the certificate. You use the thumbprint to bind the certificate to the port used
by the primary NMS services in the next step.
For information on retrieving the thumbprint, see https://msdn.microsoft.com/en-us/lib-
rary/ms734695.aspx.
4. Bind the SSL port (443) used by the services to the certificate.
Windows Server 2008 or 2012:
a. Open a Command prompt.
b.
Using the netsh utility, run the following command to bind port 443 to the certificate :
netsh http add sslcert ipport=0.0.0.0:443 certhash=<thumbprint> appid=
{00000000-0000-0000-0000-000000000000}
5.
Verify that the UseSSL setting is set to true (this should have been done by the installer):
a.
In Nuance.NMS.Server.exe.config, located in the NMS Platform installation folder, find
the line near the top that contains the key="UseSSL" tag.
b.
Change the value to true:
<add key="UseSSL" value="true"/>
6.
Bind the SSL certificate under IIS to port 443.
47