Released on 2025-10-3
New Features
TLS Configuration: Environment Variables Now Scope to Certificates Only
TLS environment variables now only override certificate and key paths, not the entire TLS configuration block. Cipher policies and other TLS settings configured in the UI are preserved when environment variables are set, allowing flexible certificate management without overriding security policies.
This applies to the following environment variables:
MAVERICS_TLS_SERVER_CERT_FILE: the path to the certificate used for the HTTP listener.
MAVERICS_TLS_SERVER_KEY_FILE: the path to the corresponding key for the HTTP listener certificate.
MAVERICS_TLS_SERVER_WINDOWS_THUMBPRINT: the certificate thumbprint used to search the Windows Certificate Store for HTTP listener certificate.
MAVERICS_TLS_SERVER_WINDOWS_SUBJECT: the certificate subject used to search the Windows Certificate Store for HTTP listener certificate
You can take advantage of this in the Maverics Console update released on 2025.10.3.