atoti.ClientCertificateConfig(The JKS truststore config to enable client certificate authentication (also called mutual TLS or mTLS) on the application.
*,
trust_store: Path,
trust_store_password: str | None,
username_regex: str ='CN=(.*?)(?:,|$)',
)
See also:
ClientCertificate.