mTLS
This authentication method is commonly used with an EventHub such as Kafka.
Synopsis
Usage
When using mTLS, the client’s certificate and key must be loaded in one or more secrets, and then be used in the Credentials definition.
The CA’s certificate may either be:
- unspecified, in which case OpenSSL will scan common directories;
- explicitly set using a secret in PEM format with
caCertificatePemFrom
.