Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When any Template executes, all temporary files are stored in a repository folder. To prevent it from misuse, you may want to secure the folder. You can secure the repository folder by encrypting data in the folder. 

...

          <alias_name> is the name to be given to the newly created key.

          <Key_password> is the password protecting the use of the key.  

The Keystore is generated at the specified location and exit from the Command Prompt.

...

  1. Login to Adeptia Connect as an administrator.Go to Configure > Developer Studio.
    Image Removed
  2. Click Proceed.
  3. Go to Administer > Setup > Application Settings > Update System PropertiesClick Accounts > Settings.
  4. Expand the Server Node Settings in the left panel.
  5. Select the server node.
  6. Click Edit.
  7. Expand Systems  > Data Data Encryption at rest.
    Image Removed
  8. Set the value in the below parameters:

    Property Name
    Description
    abpm.security.data.encryption.rest.enableTo enable or disable data encryption at rest. The possible value can be either Yes or No.
    abpm.security.data.encryption.rest.keystoreLocationLocation of the Keystore that will be used for data encryption.
    abpm.security.data.encryption.rest.aliasAlias name for the key.
    abpm.security.data.encryption.rest.keystorePaswordPassword of the Keystore.
    abpm.security.data.encryption.rest.keyPasswordPassword of the Key.


  9. Click Save.Click Reload Configuration to reflect the
  10. changesTo reload the configuration, click Reload Configuration link.
    A confirmation message is displayed that the configuration has been reloaded.
  11. Restart Connect Kernel and Connect WebRunner.

...