diff --git a/image.yaml b/image.yaml index 4ee0c93..edcdaeb 100644 --- a/image.yaml +++ b/image.yaml @@ -125,6 +125,39 @@ envs: - name: "PROBE_DISABLE_BOOT_ERRORS_CHECK" example: "true" description: Disable the boot errors check in the probes. + - name: "HTTPS_NAME" + example: "jboss" + description: "SSL key alias" + - name: "HTTPS_PASSWORD" + example: "mykeystorepass" + description: "SSL keystore password" + - name: "HTTPS_KEY_PASSWORD" + example: "mykeypass" + description: "SSL key password" + - name: "HTTPS_KEYSTORE" + example: "keystore.jks" + description: "The filename of the keystore" + - name: "HTTPS_KEYSTORE_DIR" + example: "/etc/eap-secret-volume" + description: "The path of the keystore file" + - name: "HTTPS_KEYSTORE_TYPE" + example: "JKS" + description: "The type of the keystore file (JKS or JCEKS)" + - name: "DATAVIRT_TRANSPORT_KEYSTORE_PASSWORD" + example: "mykeystorepass" + description: "SSL keystore password for JDBC&ODBC secure transports" + - name: "DATAVIRT_TRANSPORT_KEY_PASSWORD" + example: "mykeypass" + description: "SSL key password for JDBC&ODBC secure transports" + - name: "DATAVIRT_TRANSPORT_KEYSTORE" + example: "keystore.jks" + description: "The filename of the keystore for JDBC&ODBC secure transports" + - name: "DATAVIRT_TRANSPORT_KEYSTORE_DIR" + example: "/etc/eap-secret-volume" + description: "The path of the keystore file for JDBC&ODBC secure transports" + - name: "DATAVIRT_TRANSPORT_KEYSTORE_TYPE" + example: "JKS" + description: "The type of the keystore file (JKS or JCEKS) for JDBC&ODBC secure transports" ports: - value: 8443 - value: 8778