Binding an SSL Certificate to the Laserfiche Server 8 SSL Port on Windows Vista, Windows 7, or Windows Server 2008.

August 2, 2010 | KB: 1012654
Laserfiche 8, Laserfiche 9

Summary

In Windows Vista, Windows 7, or Windows Server 2008, use the "netsh.exe" command-line utility to a bind an SSL certificate to a specific port.

More Information

The Laserfiche Server computer must have a valid trusted root authority certificate and a valid server certificate signed by the trusted root authority, both in the Local Computer's certificate store and correctly configured.

From a command prompt, type the following:

netsh http add sslcert ipport=0.0.0.0:Port certhash=ServerCertificateThumbprint appid={GeneratedGUID}

Replace Port with the Laserfiche Server's SSL port. By default, Laserfiche uses port 443.

Replace ServerCertificateThumbprint with the thumbprint of the appropriate signed server certificate.

Replace GeneratedGUID with any valid GUID.

Related Links

See the following MSDN articles for more information:

Configure a Port with an SSL Certificate

Retrieve the Thumbprint of a Certificate