Configure Webspace WSM Certificates on Dependent Server

Perform the following steps on all the Dependent Server. This is only applicable in the Relay/Dependent scenario.

Procedure

  1. From the relay server, copy the Root.crt certificate available at C:\Program Files\Proficy\Proficy WebSpace\Programs\PKI.
  2. Paste the copied Root.crt certificate at C:\Program Files\Proficy\Proficy WebSpace\Programs\PKI and rename it. For example, RelayRoot.crt.
    This step must be done on all the dependent servers.
  3. Open the webspace-session-manager.json file available at C:\Program Files\Proficy\Proficy WebSpace\Programs\webspace-session-manager.
  4. Below client-configuration, update the root-ca-certificate path to point to the relay server's root certificate that you pasted on the dependent server as follows:
    "client-configuration" :{
    "register-timeout-seconds" : 5, "relay-server-reverse-proxy-port" : "9443", 
    "root-ca-certificate" : "..\\PKI\\RelayRoot.crt",
     "wsm-admin-password" : "AD2tSYUmQJ3l++ToAVBfF6nrCTRaPmgUhS3odSauoW0=",
     "wsm-admin-user" : "admin",
    "wsm-client-socket-port" : "4958",
     "wsm-hostname" : "localhost"
     },
  5. Open a project in CIMPLICITY Workbench as needed.
  6. In the top-level folders, click and expand Computer.
  7. Double-click Configuration Hub.
    The CIMPLICITY Proficy Authentication login page opens.
  8. Log in using ch_admin as username and your Proficy Authentication secret as password.

    Once you log in to Configuration Hub and expand the CIMPLICITY plug-in node. You will see Webspace plug-in under the CIMPLICITY plug-in node.