To enable mutual TLS, set your keystore accordingly.
security.conf
# To secure and encrypt all HTTPS connections to Lenses via TLS termination.# Java Keystore location and passwordslenses.ssl.client.auth=truelenses.ssl.keystore.location="/path/to/keystore.jks"lenses.ssl.keystore.password="changeit"lenses.ssl.key.password="changeit"# You can also tweak the TLS version, algorithm and ciphers#lenses.ssl.enabled.protocols = "TLSv1.2"#lenses.ssl.cipher.suites = "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_RSA_WIT