Versions Compared

Key

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

...

Wiki Markup
---
spring:
  profiles: extractservice-lb
  application:
    name: extractservice-lb
eagle:
  redis:
    tlsenabled: true
    tlsendpointverification: true
    tlstruststore: file:///apps/eagle/estar/tpe/dynamic/mc2/redis/redis-cli-truststore.ks
    tlstruststorepassword: dbconnini
    tlskeystore: file:///apps/eagle/estar/tpe/dynamic/mc2/redis/redis-cli-keystore.pkcs12
    tlskeystorepassword: dbconnini
    edsparams:
      ssl: True
      ssl_keyfile: /apps/eagle/estar/tpe/dynamic/mc2/redis/redis-cli-key.pem
      ssl_certfile: /apps/eagle/estar/tpe/dynamic/mc2/redis/redis-cli-cert.pem
      ssl_ca_certs: /apps/eagle/estar/tpe/dynamic/mc2/redis/redis-cli-cert.pem
\\
---
spring:
  profiles: extractservice-worker
  application:
    name: extractservice-worker
\\
\\
eagle:
  redis:
    tlsenabled: true
    tlsendpointverification: true
    tlstruststore: file:///apps/eagle/estar/tpe/dynamic/mc2/redis/redis-cli-truststore.ks
    tlstruststorepassword: dbconnini
    tlskeystore: file:///apps/eagle/estar/tpe/dynamic/mc2/redis/redis-cli-keystore.pkcs12
    tlskeystorepassword: dbconnini
\\
The *truststore_password* and *keystore_password* can be specified as *dbconnini* – in this case the passwords will be encrypted using emshell and configured in db_connection.ini configuration file. Otherwise the clear text passwords can be specified in this configuration file.
\\
The paths should be full paths. The [{*}file:///*|] prefix should have *three* *slash symbols{*}.
\\

The truststore_password and keystore_password can be specified as dbconnini – in this case the passwords will be encrypted using emshell and configured in db_connection.ini configuration file. Otherwise the clear text passwords can be specified in this configuration file.

The paths should be full paths. The file:/// prefix should have three slash symbols.

12 Encrypt the passwords using emshell. Do this on all app server nodes in the region on which MC2 is running:

...