Configure the SGNSRV web page for SSL

 Srv

The following description refers to Microsoft Windows Server 2012.
  1. Open Internet Information Services (IIS) Manager.
  2. In the Connections pane, select the server that hosts the SGNSRV web page.
  3. In the right-hand pane, double-click Server certificates from the IIS section.
    • You can create a self-signed certificate to be used for SSL transport encryption.
    • You can import an existing certificate. Continue with step 5.
  4. To create a certificate click Create Self-Signed Certificate in the Actions pane on the right.
    1. Enter the name of the server that hosts the SGNSRV web page as friendly name and click OK.
      The certificate is displayed in the Servers Certificates pane.
    2. Double-click the certificate to export the public part.
      You have to distribute the public part of the certificate to all your endpoints, see Assign the SSL certificate to Windows endpoints and Import the SSL certificate on Macs.
    3. In the Certificate dialog select the Details tab.
    4. Click Copy to file.
    5. In the Certificate Export Wizard click Next.
    6. Select No, do not export the private key and click Next.
    7. Keep the default selection for the export file format and click Next.
    8. Click Browse, select a location, enter a file name for the certificate file, and click Save.
    9. Click Next, and then Finish.
    10. Continue with step 6.
  5. To import a certificate click Import in the Actions pane on the right.
    1. Browse to the certificate file.
    2. Select the file of type Personal Information Exchange and click Open.
    3. Enter the password and click OK.
      The certificate is displayed in the Servers Certificates pane.
  6. From the Connections pane on the left, select the name of the server on which the certificate is installed.
  7. Under Sites, select the site to be secured with SSL.
  8. From the Actions pane on the right, select Bindings.
  9. In the Site Bindings dialog, click Add.
  10. Under Type:, select https and under SSL certificate:, select the certificate you installed before.
  11. Click OK and close the Site Bindings dialog box.
  12. In the navigation pane select the server and click Restart in the Actions pane.