InstallationSSL Certificate for NAS Service

SSL Certificate for NAS Service

Assign the SSL Certificate for the Port

To be able to accomplish this step in Windows XP, you need the Windows XP Service Pack 2 Support Tools (make sure to install the optional tools). They can be downloaded here: http://www.microsoft.com/downloads/details.aspx?amp;displaylang=en&familyid=49ae8576-9bb9-4126-9761-ba8011fabf38&displaylang=en.
 
Open the Windows command prompt and run the following command:
httpcfg set ssl -i <server ip>:<port> -h <thumbprint> -g "{guid}"
 
where:
<thumbprint>: the Thumbprint of the ssl certificate without spaces (see the image 'Thumbprint in the Certificate Properties' earlier).
{guid}: the new guid for configuration (just generate a new GUID).
 
As a result the message 'HttpSetServiceConfiguration completed with 0' should be shown.
 
You can read about configuring the NAV 2009 Web Services to use SSL here: Walkthrough: Configuring Web Services to Use SSL.
InstallationSSL Certificate for NAS Service