[en] Adding HTTPS site binding and SSL certificate in IIS

目前还没有官方翻译。

[en] When you are planning to use your Control Center in an open networking environment, select HTTPS support while installing your Control Center for secure client-server communication. If you enable the HTTPS support option during the installation, your Control Center's address becomes https://yourservername/epm (http:// becomes https://).

CCOPIG10_CC_HTTPS_Support.png

提示

[en] For more information about the security of your printing environment, consult your co-workers responsible for the networking infrastructure in your company.

[en] Before you can open and start working with your Control Center using a secure connection, configure your IIS.

注意

[en] If you do not have the IIS Manager installed on your computer, get it from Microsoft Download Center.

[en] Instructions for the Default Web Site

  1. [en] Open your IIS Manager.

  2. [en] In the Connection panel on the left side of the window, expand the "yourservername" node, and expand the Sites node.

    CCIG2019_IIS_configuration.png

    [en] Configuring the Default Web Site

  3. [en] Select Default Web Site.

  4. [en] In the Actions panel on the right side of the window, click Bindings.

    • [en] Site Bindings dialog opens. Click Add.

    CCOPIG10_CC_Site_Bindings.png
  5. [en] In the Type field, select https.

  6. [en] In the Port field, enter 443.

  7. [en] In SSL certificate, select your certificate from the list. Click View to see the properties of your certificate.

    注意

    [en] If you do not see the appropriate certificate on your list, install your certificate first. There are numerous instructions on how to install the certificate available on the Web.

  8. [en] Click OK and close the dialog.

[en] You can now open the Control Center page via a secure connection. Notice that the URL of your Control Center now starts with https://. This is how you know that you properly set up the secure connection to your Control Center.

[en] Instructions for the EPMWebDAV Site

  1. [en] Open your IIS Manager.

  2. [en] In the Connection panel on the left side of the window, expand the "yourservername" node, and expand the Sites node.

    CCIG2019_IIS_settings_EPM_WebDAV.png

    [en] Configuring the EPMWebDAV

  3. [en] Select EPMWebDAV.

  4. [en] In the Actions panel on the right side of the window, click Bindings.

    • [en] Site Bindings dialog opens. Select the existing item and click Edit.

  5. [en] In the Port field, enter 8081.

  6. [en] Click OK.

  7. [en] In the Type field, select https.

  8. [en] In the Port field, enter 8080.

  9. [en] You can leave Host name field empty.

    [en] If your system later requires Host name, enter your computer name.

    [en] You can find your computer name in Control Panel > System and Security > System. This is your computer name, not an FQDN name.

  10. [en] In SSL certificate, select the right certificate. You can click View button to see the properties of your certificate.

    CCIG2019_Add_Site_Binding.png

    [en] Selecting the certificate

    注意

    [en] If you do not see the appropriate certificate on your list, install your certificate first. There are numerous instructions on how to install the certificate available on the Web.

  11. [en] Click OK.

  12. [en] Select your old http binding configured on port 8081. Click Remove.

  13. [en] Click Close.

[en] Modifying config file

[en] After you change http:// to https:// in ISS, edit your Control Center config file:

  1. [en] Navigate to c:\Program Files\NiceLabel\NiceLabel Control Center\DocumentAPI\.

  2. [en] Open the config.json file with a text editor.

  3. [en] Find the "RenderingEndpoint" line and change http to https.

    104_https2.png
  4. [en] Save and close the config.json file.

[en] Your communication between your desktop File Explorer and your Control Center is now secure.