Versions Compared

Key

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

...

The properties for the keystore listed below are for when Platform has two way SSL authentication enabled. This is when pico.rcp.tls.require_clientauth is set to true on the Platform. For more information on how to enable SSL encryption between Platform and EC, refer to /wiki/spaces/MD82/pages/3778807

PropertyDescription

pico.rcp.tls.keystore

Default value: ""

The absolute path to the keystore, depends on the security policy, both Platform and EC servers can share the same certificate or be using two different certificates.

pico.rcp.tls.keystore.password

Default value: ""

The password to access the keystore. The password should be in encrypted format using the mzsh encryptpassword command.

pico.rcp.tls.key.password

Default value: ""

The password to access the key inside the keystore. The password should be in encrypted format using the mzsh encryptpassword command.

pico.rcp.tls.keystore.alias

Default value: ""

The alias of the key inside the keystore. This must be specified if there are multiple aliases present within the keystore.