Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: PLAT-7598

In this article

...

Note
titleBest Practice
  • You cannot use a Cloudplex for this configuration. Before enabling this feature, you need to work with SnapLogic support to turn off and remove Cloudplex instances from your Org or convert them into Groundplex instances. You can, however, use Enhanced Encryption in an eXtremeplex.
  • We do not recommend moving an Org from Enhanced Encryption to Standard Encryption. However, if the Org with Enhanced Encryption is moved to Standard Encryption, any OAuth 2.0 accounts created before do not function and therefore need to be re-created after the move.

...

Using a Linux machine

  1. On Linux, find the keys are in the  /etc/snaplogic folder.

  2. After you copy the files to the other nodes, restart the service on each node.

  3. During startup, the nodes upload their public keys to the SnapLogic cloud. You can view the keys displayed in the Encryption Settings dialog.

...

Note
titleRecommendation

Data keys are the same across JCC nodes; however, the server keys are unique for each JCC node. We recommend that you generate the data keys on a Linux machine and copy them into to the SL_KEY_DIR folder on the Windows machine. The files have to be copied with the name as generated on the Linux machine: 
jcc-datakeys.jks and jcc-datakeys.pass.Only the security administrators and users that run the Groundplex service must have access to the directory.

  1. On Windows-based Groundplex instances, copy :
    1. Copy the keys to a secure folder. 
    Only the security administrators and users that run the Groundplex service must have access to the directory.

    1. Ensure that the keys have the following names: 
      • jcc-datakeys.jks
      • jcc-datakeys.pass

  2. Add the location of the key directory as a Java property in the Snaplex configuration with the name SL_KEY_DIR.
    1. Navigate to the target Snaplex in Manager, and then click to open it.
    2. Click the Node Properties tab, and under Global Properties, click  to enter the key-value pair:

    3. Add the following in the Snaplex property:

      Paste code macro
      themeAgate
      jcc.jvm_options = -DSL_KEY_DIR=c:\\snaplogic_keys

    4. In the Create Snaplex dialog window, click Create. If you are updating an existing Snaplex, click Update.

  3. Restart the Windows service on all of the Groundplex nodes with the updated slpropz configuration.

...