Manually Installing Credit Card Certificates on Workstations

Perform these steps on the POS client workstation running Microsoft Windows 10. Upon completion, the MerchantLink credit card certificate is ready for use on the POS client workstation.

  1. Open the Run window from the desktop.
  2. In the Open field, enter mmc, and then click OK.
  3. From the Console window, click File, and then select Add/Remove Snap-in.
  4. From the Add or Remove Snap-ins window, select Certificates, and then click the Add button.
  5. From the Certificates Snap-In dialog, select Computer Account, and then click Next.
  6. From the Select Computer dialog, select Local Computer, and then click Finish.
  7. Verify that the Add Snap-ins window shows the Certificates snap-in on the right, and then click OK.

    Figure 12-1 Add or Remove Snap-ins Window

    This figure shows the Add or Remove Snap-Ins window.
  8. From the Console window, expand Certificates (Local Computer), and then expand the Personal folder.

    Figure 12-2 Console Root Certificates


    This figure shows the Console Root window where you import certificates.
  9. Right-click the Certificates folder directly under the Personal folder, select All Tasks, and then click Import....
  10. From the Certificate Import Wizard dialog, verify that the Store Location is set to Local Machine, and then click Next.
  11. From the File To Import page, click Browse, navigate to the file location where the certificate resides, and then click Next. MerchantLink sends a certificate in the .P12 format.

    If your certificate does not appear in the file location, change the File Type drop-down list to All Files.

  12. From the Private key protection page, enter the Password provided by MerchantLink that corresponds to the certificate being installed, and then click Next.

    Leave the Import Options at the default settings.

  13. From the Certificate Store page, select Automatically select the certificate store based on the type of certificate, and then click Next.
  14. From the Console window verify that the certificate is added to the Personal Store.

    Refresh the page if the certificate does not appear. The Issued To column shows your company name.

  15. Expand the Certificates folders to Trusted Root Certification Authorities and then Certificates. This store includes a MerchantLink Certificate Authority certificate.

    Figure 12-3 Console Root Trusted Root Certificates

    This figure shows the Console Root window with the MerchantLink Certificate in the Trusted Root Certificates folder.
  16. Close the MMC Console window.

    When closing the window, you are prompted to save the Console. If you save the Console window, you can make modifications to certificates without using the Add / Remove Snap-In windows.

  17. Download the Microsoft WinHttpCertCfg tool from https://www.microsoft.com/en-us/download/details.aspx?id=19801.

    The tool may be included in the credit card driver files distributed by MerchantLink. Older releases of this tool were in the .exe format. Newer releases of the tool are in .msi format.

    1. Open a command prompt window as Administrator.
    2. Navigate to the location where you saved the WinHttpCertCfg tool, and execute one of the following commands:

      winhttpcertcfg.exe -g -a users -c "LOCAL_MACHINE\MY" -s "-insert unique customer cert info here-"

      winhttpcertcfg.msi -g -a users -c "LOCAL_MACHINE\MY" -s "-insert unique customer cert info here-"

    3. Replace the insert unique customer cert info here with the customer certificate information found in the Personal certificate store (for example, www.your_company_name.com).

      Figure 12-4 Command Prompt

      This figure shows the command prompt window where you configure the customer certificate.