|
The distributed subscription capability is available from ThingWorx 9.4 and up.
|
Variables Names
|
Docker Compose Defaults
|
Comments
|
AKKA_SSL_ENABLED
|
true
|
Turn on/off tls Akka communication.
|
AKKA_KEYSTORE
|
/certs/keystore.jks
|
Relative path to the key store, which should have a private key in it. The path must match the existing volume. Can be stored in the certs volume. For example, /certs/keystore.jks.
|
AKKA_TRUSTSTORE
|
/certs/truststore.jks
|
Relative path to the key store, which should have a public key in it. The path must match the existing volume. Can be stored in the certs volume. For example, /certs/truststore.jks.
|
AKKA_KEYSTORE_PASSWORD
|
No default value set
|
Password from AKKA_KEYSTORE.
|
AKKA_TRUSTSTORE_PASSWORD
|
No default value set
|
Password from AKKA_TRUSTSTORE.
|
|
keystore.jks and truststore.jks must be copied into the Thingworx Platform Docker container.
|