Advanced Installation TopicsSSL Certificate for NAS Service

SSL Certificate for NAS Service

Sana Commerce 8.1
Your provider

Configure Server with the NAS service

Import the created '*.pfx' file into the 'Certificates' store:

Step 1: Run mmc: Open the command prompt and run 'mmc.exe'. This will open the 'Microsoft Management Console' (mmc).

Step 2: Add 'Certificates Snap-in' ('File > Add/Remove Snap-in') for 'Local Computer'.


Adding Certificates Snap-In

Step 3: Select 'Trusted Root Certification Authorities'.
Import the certificate.
Import the '*.pfx' file.


Importing the Certificate into the 'Certificates' Store

Step 4: Assign the certificate to the NAS service URL address:
'Httpcfg.exe set ssl -i <ipAddress>:<Port> -h <Certificate thumbprint without spaces> -g { Key Container Id} -c Root'.

The 'Key Container Id' can be obtained by running from the command prompt:
'Certutil.exe -store "Root" "CN of certificate".
You can find the Thumbprint and the CN of the certificate by using the mmc console in the certificate's properties.


Thumbprint in the Certificate Properties

Advanced Installation TopicsSSL Certificate for NAS Service