trinity/static-content
| Variable Name | Required | Description | Defaults to |
|---|---|---|---|
MACMA_URL |
The URL of the MACMA installation with protocol host and port. |
- |
|
JAVA_CACERT_FILE |
Filename including location of the trusted certificate file (cacerts) |
/etc/ssl/java/cacerts |
|
JAVA_CACERT_STORE_PASS |
Trust store password |
changeit |
|
JAVA_CACERT_KEY_PASS |
Key password (cannot be different than trust store password) |
changeit |
|
JAVA_SERVER_CERT_FILE |
Certificate file for server TLS endpoint |
server.crt |
|
JAVA_SERVER_KEY_FILE |
Key file for server TLS endpoint in /etc/ssl/server |
server.key |
|
JAVA_SERVER_KEY_PASS |
Optional password for key file in /etc/ssl/server |
secret |
|
JAVA_SERVER_CACERT_FILE |
Optional additional trusted certificate in /etc/ssl/trusted |
- |
|
JAVA_KEYSTORE_FILE |
Filename of keystore (relative to certificate volume) |
/etc/ssl/java/java.pfx |
|
JAVA_KEYSTORE_PASS |
Key store password |
changeit |
|
JAVA_TLS_DISABLE |
Optionally disable TLS for Java for specific use-cases |
false |