Configure mTLS authentication for a MID Web Server
Enhance security in your MID Web Server extension by enabling mTLS authentication.
Before you begin
Ensure that you have enabled Transport Layer Security (TLS) on the agent. For details, see Connect the agent to the MID Server using mTLS.
Ensure that the insecure-skip-tls-verify parameter in the acc.yml configuration file is set to false. For details on the acc.yml file, see Configuration file options.
Role required: agent_client_collector_admin
About this task
- Truststore location: The mid.webserver.truststore.path JVM system property.
If that property is empty, the extension retrieves the location from the javax.net.ssl.trustStore JVM system property.
If no location is specified, the truststore location defaults to the absolute path of the cacerts file of the JRE running the MID Server.
- Truststore password: The Truststore Password field on the extension form in the instance.
If that field is empty, the system retrieves the password from the javax.net.ssl.trustStorePassword JVM system property.
If no location is specified, the password defaults to changeit.