[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://
).
提示
[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
-
[en] Open your IIS Manager.
-
[en] In the Connection panel on the left side of the window, expand the "yourservername" node, and expand the Sites node.
[en] Configuring the Default Web Site
-
[en] Select Default Web Site.
-
[en] In the Actions panel on the right side of the window, click Bindings.
-
[en] Site Bindings dialog opens. Click Add.
-
-
[en] In the Type field, select https.
-
[en] In the Port field, enter
443
. -
[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.
-
[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
-
[en] In the Connection panel on the left side of the window, expand the "yourservername" node, and expand the Sites node.
[en] Configuring the EPMWebDAV
-
[en] Select EPMWebDAV.
-
[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.
-
-
[en] In the Port field, enter
8081
. -
[en] Click OK.
-
[en] In the Port field, enter
8080
. -
[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.
-
[en] In SSL certificate, select the right certificate. You can click View button to see the properties of your certificate.
[en] Selecting the certificate
-
[en] Select your old http binding configured on port 8081. Click Remove.
-
[en] Click Close.
[en] Modifying config file
[en] After you change http://
to https://
in ISS, edit your Control Center config file:
-
[en] Navigate to
c:\Program Files\NiceLabel\NiceLabel Control Center\DocumentAPI\
. -
[en] Open the
config.json
file with a text editor. -
[en] Find the
"RenderingEndpoint"
line and changehttp
tohttps
. -
[en] Save and close the
config.json
file.
[en] Your communication between your desktop File Explorer and your Control Center is now secure.